fix: new label text color in dark mode
This commit is contained in:
parent
5ef939a230
commit
cadcaa966f
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@
|
|||
// Elements that rely on Bulma defaults in light mode but
|
||||
// need to be overriden in dark mode
|
||||
--input-placeholder-color: hsla(var(--grey-900-hsl), 0.6);
|
||||
--tag-color: var(--grey-50);
|
||||
--tag-color: var(--grey-800);
|
||||
--table-row-hover-background-color: var(--grey-100);
|
||||
--dropdown-item-hover-background-color: var(--grey-100);
|
||||
--dropdown-item-hover-color: var(--text);
|
||||
|
|
Loading…
Reference in a new issue