Skip to content

Commit

Permalink
Rework buttons to allow bid icons (#297)
Browse files Browse the repository at this point in the history
Co-authored-by: Pivi <[email protected]>
  • Loading branch information
pivilartisant and Pivi authored Nov 6, 2023
1 parent 1092809 commit 559493a
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 @@ -93,7 +93,7 @@ export function Button(props: ButtonProps) {
<button
data-testid="button"
type="button"
className={`default-button px-4 py-3 ${classes[variant]} ${customClass}`}
className={`default-button flex min-h-12 items-center px-4 ${classes[variant]} ${customClass}`}
{...rest}
>
<div className="w-fit m-auto flex gap-2">
Expand Down

0 comments on commit 559493a

Please sign in to comment.