Moved UserDropdown to comps/common/, updated imports, some styling on Header

This commit is contained in:
t1enne
2022-05-08 09:41:47 +02:00
parent ced449175c
commit 93d69a26eb
7 changed files with 59 additions and 21 deletions

View File

@@ -0,0 +1,7 @@
.root {
button {
border: none;
font-size: 1rem;
font-weight: 600;
}
}