Skip to content

Commit

Permalink
πŸ’„(button) center button texts
Browse files Browse the repository at this point in the history
this is definitely an oversight, button texts should be centered
  • Loading branch information
manuhabitela committed Jul 29, 2024
1 parent ee1abbe commit 9edb9c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/src/primitives/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { Tooltip } from './Tooltip'
const button = cva({
base: {
display: 'flex',
justifyContent: 'center',
alignItems: 'center',
transition: 'background 200ms, outline 200ms, border-color 200ms',
cursor: 'pointer',
Expand Down

0 comments on commit 9edb9c2

Please sign in to comment.