Skip to content

Commit

Permalink
Update eduverse theme core tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyManetov committed Dec 5, 2024
1 parent 807a121 commit 32a1c8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions epam-assets/theme/variables/tokens/_theme_eduverse_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
--violet-20: #573088;
--violet-50: #8E32EB;
--violet-60: #A55CEF;
--violet-70: #40109E;
--violet-70: #AE8BF4;

// "palette-additional/yellow"
--yellow-5: #403F40;
Expand Down Expand Up @@ -231,8 +231,8 @@
--uui-divider: var(--uui-neutral-50);
--uui-divider-light: var(--uui-neutral-60);
--uui-overlay: #1D1E26CC;
--uui-surface-higher: var(--uui-neutral-70);
--uui-surface-highest: var(--uui-neutral-60);
--uui-surface-higher: var(--uui-neutral-80);
--uui-surface-highest: var(--uui-neutral-70);
--uui-surface-main: var(--uui-neutral-90);
--uui-surface-sunken: var(--uui-neutral-60);

Expand Down
4 changes: 2 additions & 2 deletions epam-assets/theme/variables/tokens/_theme_eduverse_light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@

// "core/surfaces"
--uui-app-bg: var(--uui-neutral-0);
--uui-divider: var(--uui-neutral-40);
--uui-divider-light: var(--uui-neutral-30);
--uui-divider: var(--uui-neutral-60);
--uui-divider-light: var(--uui-neutral-50);
--uui-overlay: #1D1E26CC;
--uui-surface-higher: var(--uui-neutral-10);
--uui-surface-highest: var(--uui-neutral-20);
Expand Down

0 comments on commit 32a1c8c

Please sign in to comment.