Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 1e487f4

Browse files
authored
Merge pull request #8 from r0hit-gupta/msft83
MSFT-83
2 parents 8df7ee5 + bcf361f commit 1e487f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/shared/components/buttons/themes/danger.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@import "default";
66

77
@mixin button {
8-
background: $tc-red-70;
8+
background: $tc-red-110;
99
border-color: transparent;
1010
color: $tc-white;
1111
}
@@ -38,7 +38,7 @@
3838
}
3939

4040
&:active {
41-
background-color: $tc-red;
41+
background-color: $tc-red-110;
4242
background-image: none;
4343
box-shadow: inset 0 1px 3px 0 rgba(71, 71, 79, 0.38);
4444
border-color: transparent;

0 commit comments

Comments
 (0)