feat: handle removed grey-x colors from stylekit (#1046)

This commit is contained in:
Mo
2022-05-23 18:09:30 -05:00
committed by GitHub
parent 4e621cadde
commit c6839f776a
35 changed files with 62 additions and 67 deletions

View File

@@ -9,16 +9,16 @@
opacity: $opacity;
}
.bg-grey-super-light {
background-color: var(--sn-stylekit-grey-super-light);
.bg-passive-super-light {
background-color: var(--sn-stylekit-passive-color-super-light);
}
.bg-inverted-default {
background-color: var(--sn-stylekit-contrast-foreground-color);
}
.hover\:bg-grey-4:hover {
background: var(--sn-stylekit-grey-4);
.hover\:bg-passive-4:hover {
background: var(--sn-stylekit-passive-color-4);
}
.focus\:bg-info:focus {
@@ -45,8 +45,8 @@
background-color: var(--sn-stylekit-background-color);
}
.hover\:bg-grey-5:hover {
background-color: var(--sn-stylekit-grey-5);
.hover\:bg-passive-5:hover {
background-color: var(--sn-stylekit-passive-color-5);
}
.bg-warning-faded::after {