Update base components

This commit is contained in:
jeffvli
2022-10-26 15:59:18 -07:00
parent dc891e1b79
commit f8e1a7d79e
4 changed files with 47 additions and 13 deletions
+5 -1
View File
@@ -35,7 +35,7 @@
--grid-card-bg: rgb(24, 24, 24);
--tooltip-bg: #ffffff;
--tooltip-text-color: #000000;
--tooltip-fg: #000000;
--scrollbar-track-bg: #181818;
--scrollbar-thumb-bg: #5a5a5a;
@@ -55,6 +55,10 @@
--btn-subtle-fg: rgb(119, 126, 139);
--btn-subtle-fg-hover: rgb(200, 200, 200);
--input-bg: rgb(37, 38, 43);
--input-fg: rgb(193, 193, 193);
--input-placeholder-fg: rgb(119, 126, 139);
--dropdown-menu-bg: rgb(24, 24, 24);
--dropdown-menu-fg: rgb(193, 194, 197);