chore(Button): add rounded preset

This commit is contained in:
Benjamin Canac
2022-05-17 17:15:24 +02:00
parent 4851a4b905
commit 3c724e89d4
2 changed files with 6 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ import { safeColors } from '../utils/colors'
const button = {
base: 'font-medium focus:outline-none disabled:cursor-not-allowed disabled:opacity-75 focus:ring-offset-white dark:focus:ring-offset-black',
rounded: 'rounded-md',
size: {
xxs: 'text-xs',
xs: 'text-xs',