Skip to content

Commit

Permalink
remove leading normal to fix displacement (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
pivilartisant authored May 11, 2023
1 parent b3bddbe commit 14490af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function Button(props: ButtonProps) {
`}
{...rest}
>
<div className="w-fit m-auto flex gap-2 leading-normal">
<div className="w-fit m-auto flex gap-2">
<div className="m-auto">
<IconContext.Provider value={{ className: "w-6 h-6" }}>
{preIcon}
Expand Down

0 comments on commit 14490af

Please sign in to comment.