aboutsummaryrefslogtreecommitdiff
path: root/src/components/tables/scss/_colors.scss
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-09-27 16:07:39 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-09-27 16:07:39 +0530
commit24bb92944849ac2ddf2f777d52c23a150eedffe8 (patch)
treec11f73d94f4b5ea69a087855f67e484bdfeae079 /src/components/tables/scss/_colors.scss
parentcc5dd44de3d65e3c2cf189f1516d97c3641549aa (diff)
Created fully functioning ClientTable
Diffstat (limited to 'src/components/tables/scss/_colors.scss')
-rw-r--r--src/components/tables/scss/_colors.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/tables/scss/_colors.scss b/src/components/tables/scss/_colors.scss
index 39e6c48..98634bb 100644
--- a/src/components/tables/scss/_colors.scss
+++ b/src/components/tables/scss/_colors.scss
@@ -21,7 +21,8 @@ $secondaryAccentColor: #d0afff;
$linkColor: $primaryAccentColor;
$fgColor: white;
-$fgColorAlt: lightgray;
+$fgColorAlt: black;
+$fgColorDisabled: lightgray;
$inputBackgroundColor: #00000000;