Skip to content

Commit

Permalink
Button: flex -> inline-flex
Browse files Browse the repository at this point in the history
  • Loading branch information
salvoilmiosi committed Oct 6, 2024
1 parent cb16909 commit 0647bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function Button({ className, color, type, onClick, children }: Bu
};

const fullClassName = `
flex
inline-flex
flex-row
items-center
justify-center
Expand Down

0 comments on commit 0647bbc

Please sign in to comment.