From 359a6b17d99a298b3aed08e9c082221d6466482b Mon Sep 17 00:00:00 2001 From: Adrian Simmons Date: Tue, 16 Nov 2021 12:09:46 +0000 Subject: [PATCH] Make tertary buttons useable --- src/styles/custom-properties/colors.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/custom-properties/colors.scss b/src/styles/custom-properties/colors.scss index 55b528790..931f79609 100644 --- a/src/styles/custom-properties/colors.scss +++ b/src/styles/custom-properties/colors.scss @@ -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);