Skip to content

Commit

Permalink
lint css classes CloseButton
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharqiewicz committed Sep 3, 2024
1 parent efa9a27 commit 398622d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CloseButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const CloseButton = (props: ButtonProps) => (
color="ghost"
size="sm"
shape="circle"
className="text-xl font-thin !leading-5 w-[2.25rem] h-[2.25rem]"
className="h-[2.25rem] w-[2.25rem] text-xl font-thin !leading-5"
style={{ color: 'var(--secondary)' }}
type="button"
{...props}
Expand Down

0 comments on commit 398622d

Please sign in to comment.