Make tertary buttons useable
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Adrian Simmons 2021-11-16 12:09:46 +00:00
parent 05cf268dd8
commit 359a6b17d9
1 changed files with 2 additions and 0 deletions

View File

@ -118,6 +118,8 @@
--table-row-hover-background-color: var(--grey-100);
--dropdown-item-hover-background-color: var(--grey-100);
--dropdown-item-hover-color: var(--text);
--button-text-hover-background-color: var(--grey-200);
--button-hover-color: var(--grey-600);
// Custom color variables we need to override
--card-border-color: hsla(var(--grey-100-hsl), 0.3);