ui: fix ServerRow icon being squished
This commit is contained in:
parent
0828d00857
commit
631b4ae2a8
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ export default styled.div<{ $hoverable?: boolean }>`
|
|||
${props => props.$hoverable !== false && tw`hover:border-neutral-500`};
|
||||
|
||||
& .icon {
|
||||
${tw`rounded-full bg-neutral-500 p-3`};
|
||||
${tw`h-12 w-12 rounded-full bg-neutral-500 flex items-center justify-center`};
|
||||
}
|
||||
`;
|
||||
|
|
Loading…
Reference in a new issue