forked from abner/for-legacy-web
feat(servers): added new icons to server sidebar
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user