ui: small tweaks

This commit is contained in:
Matthew Penner 2021-07-24 14:06:43 -06:00
parent 631b4ae2a8
commit 88bcb69a8a
3 changed files with 7 additions and 7 deletions

View file

@ -6,6 +6,6 @@ export default styled.div<{ $hoverable?: boolean }>`
${props => props.$hoverable !== false && tw`hover:border-neutral-500`};
& .icon {
${tw`h-12 w-12 rounded-full bg-neutral-500 flex items-center justify-center`};
${tw`h-10 w-10 rounded-full bg-neutral-500 flex items-center justify-center`};
}
`;