feat(servers): added new icons to server sidebar

This commit is contained in:
trashtemp
2021-12-26 20:28:48 +01:00
parent 5797eb3686
commit 716edb3318
3 changed files with 76 additions and 14 deletions

View File

@@ -13,12 +13,13 @@ interface Props extends IconBaseProps<Server> {
}
const ServerText = styled.div`
display: grid;
display: flex;
align-items: center;
justify-content: center;
padding: 0.2em;
font-size: 0.75rem;
font-weight: 600;
overflow: hidden;
place-items: center;
color: var(--foreground);
background: var(--primary-background);
border-radius: var(--border-radius-half);