Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
fix: export sb-icon-color
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyRoyt committed Aug 28, 2023
1 parent 0ec25f5 commit 02fc78d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/tokens/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
--sb-primary-color: #0073ea;
--sb-primary-selected-color: #cce5ff;
--sb-negative-color-selected: #f4c3cb;
--sb-icon-color: #676879;
}

.dark-app-theme {
Expand All @@ -40,6 +41,7 @@
--sb-primary-color: #0073ea;
--sb-primary-selected-color: #133774;
--sb-negative-color-selected: #642830;
--sb-icon-color: #c3c6d4;
}

.black-app-theme {
Expand All @@ -61,6 +63,7 @@
--sb-primary-color: #0073ea;
--sb-primary-selected-color: #133774;
--sb-negative-color-selected: #642830;
--sb-icon-color: #aaaaaa;
}

.hacker_theme-app-theme {
Expand All @@ -82,4 +85,5 @@
--sb-primary-color: #fe78c6;
--sb-primary-selected-color: #9f4077;
--sb-negative-color-selected: #642830;
--sb-icon-color: #c3c6d4;
}

0 comments on commit 02fc78d

Please sign in to comment.