fix(servers): fixed server text font size

This commit is contained in:
trashtemp
2021-12-25 00:01:15 +01:00
parent 245c7a46ed
commit 6b11248364
2 changed files with 8 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ interface Props extends IconBaseProps<Server> {
const ServerText = styled.div`
display: grid;
padding: 0.2em;
font-size: 0.75rem;
font-weight: 600;
overflow: hidden;
place-items: center;
color: var(--foreground);