💄(button) center button texts

this is definitely an oversight, button texts should be centered
This commit is contained in:
Emmanuel Pelletier
2024-07-29 08:44:11 +02:00
parent ee1abbed04
commit 9edb9c2f57

View File

@@ -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',