Skip to content

Commit 317d6b7

Browse files
committed
Fix hint color variables
1 parent e86ebb7 commit 317d6b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/stylesheets/alchemy/admin/notices.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ alchemy-message {
2727
}
2828

2929
&[type="hint"] {
30-
background-color: var(--hint-background-notice-color);
31-
border-color: var(--hint-background-notice-color);
32-
color: var(--hint-text-notice-color);
30+
background-color: var(--hint-background-color);
31+
border-color: var(--hint-background-color);
32+
color: var(--hint-text-color);
3333
}
3434

3535
&[type="info"] {

0 commit comments

Comments
 (0)