Skip to content

Commit 5daabc3

Browse files
committed
chore(choice tile): new invalid status color
1 parent 90a0223 commit 5daabc3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/scss/components/choice-tile/mixins/_hxChoiceTile.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,25 +38,25 @@
3838
// ========== Invalid ==========
3939
@mixin hxChoiceTile--invalid($pseudo-state: null) {
4040
@if $pseudo-state == focus {
41-
box-shadow: $focus-glow-invalid;
41+
box-shadow: 0 0 4px rgba($red-status-500, 0.5);
4242
}
4343
@else if $pseudo-state == hover {
44-
background-color: $red-100;
45-
border-color: $red-900;
44+
background-color: $red-status-100;
45+
border-color: $red-status-500;
4646
color: $gray-900;
4747

4848
> header {
4949
color: inherit;
5050
}
5151
}
5252
@else {
53-
border-color: $red-900;
53+
border-color: $red-status-500;
5454
border-width: 2px;
55-
color: $red-900;
55+
color: $red-status-500;
5656
}
5757

5858
.hx-tile-icon {
59-
color: $red-900;
59+
color: $red-status-500;
6060
}
6161
}
6262

0 commit comments

Comments
 (0)