Merged in fix/SW-2753-icon-header (pull request #2546)

fix(SW-2753): update icon in top navigation

* fix(SW-2753): update icon in top navigation


Approved-by: Anton Gunnarsson
This commit is contained in:
Matilda Landström
2025-07-10 12:53:26 +00:00
parent 2f72a0437b
commit 04a495b536
8 changed files with 14 additions and 13 deletions

View File

@@ -21,6 +21,8 @@
.submenuTitle {
padding-left: var(--Spacing-x1);
color: var(--Text-Tertiary);
text-transform: uppercase;
}
.submenu {
@@ -53,6 +55,10 @@
padding: var(--Spacing-x2);
}
.text {
color: var(--Text-Interactive-Default);
}
.backButton {
background-color: transparent;
border: none;