Fix for table row text not visible on hover
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Adrian Simmons 2021-11-15 14:50:51 +00:00
parent 2c695ef03a
commit d7c592d6ab

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);