styled the default button and the mobile dropdown

This commit is contained in:
t1enne
2022-10-22 22:36:32 +02:00
parent b7795f275c
commit bddb895189
4 changed files with 42 additions and 34 deletions

View File

@ -7,8 +7,9 @@
display: flex;
align-items: center;
height: 100%;
padding-bottom: 16px; // to match antd nav margin-bottom
button {
color: currentColor;
height: 100%;
}
}
@ -19,7 +20,4 @@
.menu {
color: currentColor;
// border: none;
// background-color: transparent;
// margin: 8px;
}