Make this an actual circle
This commit is contained in:
parent
621d652854
commit
7f8ae7a8f9
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ const spin = keyframes`
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const ActionButton = styled(Button)`
|
const ActionButton = styled(Button)`
|
||||||
${tw`rounded-full w-8 h-8 flex items-center justify-center`};
|
${tw`rounded-full w-8 h-8 flex items-center justify-center p-0`};
|
||||||
|
|
||||||
&.hover\\:spin:hover {
|
&.hover\\:spin:hover {
|
||||||
animation: ${spin} 2s linear infinite;
|
animation: ${spin} 2s linear infinite;
|
||||||
|
|
Loading…
Reference in a new issue