Skip to content

Commit

Permalink
Merge pull request #76 from novasamatech/fix/icon-size
Browse files Browse the repository at this point in the history
Fix: icon size
  • Loading branch information
sokolova-an authored Feb 14, 2024
2 parents 2dc6c2a + 20dca07 commit 0015d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Icon/IconButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const IconButton = ({ iconName, onClick, size = 40, text = '' }: Props) => {
<Button
radius="full"
variant="shadow"
className="bg-white h-full w-full p-1 gap-4 justify-start border border-border-neutral shadow-button"
className="bg-white h-[48px] w-full p-1 gap-4 justify-start border border-border-neutral shadow-button"
onClick={onClick}
>
<span className="w-[40px]">
Expand Down

0 comments on commit 0015d27

Please sign in to comment.