mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-05 14:48:03 +01:00
chore(Button): add flex-shrink-0 by default
This commit is contained in:
@@ -72,7 +72,7 @@ const badge = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const button = {
|
const button = {
|
||||||
base: 'focus:outline-none focus-visible:outline-0 disabled:cursor-not-allowed disabled:opacity-75',
|
base: 'focus:outline-none focus-visible:outline-0 disabled:cursor-not-allowed disabled:opacity-75 flex-shrink-0',
|
||||||
font: 'font-medium',
|
font: 'font-medium',
|
||||||
rounded: 'rounded-md',
|
rounded: 'rounded-md',
|
||||||
size: {
|
size: {
|
||||||
|
|||||||
Reference in New Issue
Block a user