Make this an actual circle

This commit is contained in:
Dane Everitt 2020-12-27 10:56:07 -08:00
parent 621d652854
commit 7f8ae7a8f9
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -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;