💄(button) center button texts
this is definitely an oversight, button texts should be centered
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user