forked from abner/for-legacy-web
fix(servers): fixed server text font size
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user