Skip to content

Commit b04da93

Browse files
committed
udpate global values
1 parent 742a1de commit b04da93

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/libs/theme/styles/globals.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ html[data-theme="system-light"] {
208208
--color_border_selected: #3f59e4;
209209
--color_border_focus: #3f59e4;
210210

211-
--color_bg_auth0-cta: var(--functional-gray-150);
211+
--color_bg_auth0-cta: var(--functional-gray-950);
212212

213213
--color_bg_layer: var(--functional-gray-0);
214214
--color_bg_layer_bold: var(--functional-gray-250);
@@ -222,6 +222,8 @@ html[data-theme="system-light"] {
222222
--color_bg_layer_highlight3: var(--violet);
223223
--color_bg_layer_highlight4: #a35125;
224224

225+
--color_button_focus_inverse: hsla(0, 0%, 100%, .24);
226+
225227
--color_border_default: #e8e8e8;
226228
--color_border_bold: var(--functional-gray-250);
227229
--color_border_inverse_static: var(--functional-gray-550);

0 commit comments

Comments
 (0)