From 7f8ae7a8f9372cd19dcdce60594aef6b9dc8bd1a Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sun, 27 Dec 2020 10:56:07 -0800 Subject: [PATCH] Make this an actual circle --- resources/scripts/components/screens/ScreenBlock.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/components/screens/ScreenBlock.tsx b/resources/scripts/components/screens/ScreenBlock.tsx index 38cad46cb..30b0faa7f 100644 --- a/resources/scripts/components/screens/ScreenBlock.tsx +++ b/resources/scripts/components/screens/ScreenBlock.tsx @@ -31,7 +31,7 @@ const spin = keyframes` `; 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 { animation: ${spin} 2s linear infinite;