mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Make this an actual circle
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user