Fix for table row text not visible on hover
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Adrian Simmons 2021-11-15 14:50:51 +00:00
parent 2c695ef03a
commit d7c592d6ab
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@
// need to be overriden in dark mode
--input-placeholder-color: hsla(var(--grey-900-hsl), 0.6);
--tag-color: var(--grey-50);
--table-row-hover-background-color: var(--grey-100);
// Custom color variables we need to override
--card-border-color: hsla(var(--grey-100-hsl), 0.3);