Skip to content

Commit 84350b5

Browse files
committed
add new color to light theme
1 parent 39dad3f commit 84350b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libs/theme/styles/globals.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ html[data-theme="system-light"] {
200200
--color_fg_default: var(--functional-gray-500);
201201
--color_fg_link_primary: var(--sky);
202202

203+
--color_bg_app_bar: hsla(0,0%,7%,.04);
203204
--color_bg_app_bar_plain: rgba(241, 241, 241);
204205

205206
--color_fg_link: var(--charcoal2);

0 commit comments

Comments
 (0)