💄(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({
|
const button = cva({
|
||||||
base: {
|
base: {
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
|
justifyContent: 'center',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
transition: 'background 200ms, outline 200ms, border-color 200ms',
|
transition: 'background 200ms, outline 200ms, border-color 200ms',
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
|
|||||||
Reference in New Issue
Block a user