Skip to content

Commit

Permalink
fix flags size (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
mazmassa authored May 16, 2023
1 parent 8d8ca81 commit 4afd2c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Dropdown/Dropdown.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,15 @@ export const _Dropdown = {
},
{
icon: (
<div className="w-7">
<div className="w-4">
<BrazilFlag />
</div>
),
item: "português",
},
{
icon: (
<div className="w-7">
<div className="w-4">
<ItalyFlag />
</div>
),
Expand Down

0 comments on commit 4afd2c9

Please sign in to comment.