chore(SW-187): update colors

This commit is contained in:
Matilda Landström
2024-11-08 11:53:04 +01:00
parent 908136b10b
commit 4e3bb9a334
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
.mainNavigationItem { .mainNavigationItem {
padding: var(--Spacing-x3) 0; padding: var(--Spacing-x3) 0;
border-bottom: 1px solid var(--Primary-Light-On-Surface-Divider); border-bottom: 1px solid var(--Base-Border-Normal);
&:first-child { &:first-child {
padding-top: 0; padding-top: 0;
} }

View File

@@ -1,5 +1,5 @@
.section { .section {
background: var(--Primary-Light-Surface-Normal); background: var(--Base-Surface-Subtle-Normal);
padding: var(--Spacing-x7) var(--Spacing-x2); padding: var(--Spacing-x7) var(--Spacing-x2);
} }