feat: border radius

This commit is contained in:
Alisa | side.one 2023-05-28 02:40:06 +08:00
parent 455be157d3
commit 68c4956d2c

View File

@ -12,6 +12,13 @@ module.exports = {
secondary: 'var(--text-secondary)',
active: 'var(--bg-active)',
},
borderRadius: {
none: '0',
xs: '.125rem',
sm: '.25rem',
DEFAULT: '.5rem',
lg: '.75rem',
},
},
},
plugins: [require('daisyui')],