Skip to content

Commit 55287fa

Browse files
update bg color
1 parent 90fce54 commit 55287fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/theme/styles/globals.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ html[data-theme="system-light"] {
197197
--color_border_button_outline: var(--functional-gray-550);
198198
--color_fg_on_button_outline: var(--charcoal2);
199199

200-
--color_bg_page: var(--functional-gray-0);
200+
--color_bg_page: var(--functional-gray-100);
201201
--color_fg_bold: var(--charcoal2);
202202
--color_fg_default: var(--functional-gray-500);
203203
--color_fg_link_primary: var(--sky);

0 commit comments

Comments
 (0)