feat(SW-184): added language switcher

This commit is contained in:
Erik Tiekstra
2024-08-20 14:51:47 +02:00
parent 45095a27d4
commit b37cc7a34c
11 changed files with 133 additions and 37 deletions

View File

@@ -2,5 +2,5 @@
position: relative;
font-family: var(--typography-Body-Regular-fontFamily);
color: var(--Base-Text-High-contrast);
z-index: 1;
z-index: 10;
}