Skip to content

Commit

Permalink
Fix icon sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed May 19, 2024
1 parent 1414a2a commit e983a48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/IconDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export default function IconDisplay({
display: "grid",
placeItems: "center",
borderRadius: "10px",
flexShrink: 0,
}}
>
<LucideIcon size={sizes[size]} />
Expand Down

0 comments on commit e983a48

Please sign in to comment.