Skip to content

Commit f6bb826

Browse files
committed
use error color and add actvie
1 parent 2e51041 commit f6bb826

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

lib/Styles/Granite/_classes.scss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,12 @@ paper {
4848
font-family: monospace;
4949
}
5050

51-
.destructive {
52-
background-color: $STRAWBERRY_300;
51+
button.text-button.destructive {
52+
background-color: $error_color;
53+
color: bg-color(0);
5354
text-shadow: none;
55+
56+
&:active {
57+
background-color: mix($error_color, $BLACK_900, 90%);
58+
}
5459
}

0 commit comments

Comments
 (0)