diff --git a/resources/scripts/components/elements/GreyRowBox.tsx b/resources/scripts/components/elements/GreyRowBox.tsx index 09ba91f69..e3acc7332 100644 --- a/resources/scripts/components/elements/GreyRowBox.tsx +++ b/resources/scripts/components/elements/GreyRowBox.tsx @@ -6,6 +6,6 @@ export default styled.div<{ $hoverable?: boolean }>` ${props => props.$hoverable !== false && tw`hover:border-neutral-500`}; & .icon { - ${tw`rounded-full bg-neutral-500 p-3`}; + ${tw`h-12 w-12 rounded-full bg-neutral-500 flex items-center justify-center`}; } `;