Add settings button to server list sidebar.

Move more border radiuses to variables.
This commit is contained in:
Paul
2021-08-15 15:21:23 +01:00
parent 2b7c99390b
commit 4faba20410
20 changed files with 54 additions and 52 deletions

View File

@@ -13,7 +13,7 @@ interface BaseProps {
const CategoryBase = styled.div<BaseProps>`
/*height: 54px;*/
padding: 9.8px 12px;
border-radius: 6px;
border-radius: var(--border-radius);
margin-bottom: 10px;
color: var(--foreground);
background: var(--secondary-header);