feat(Table): add checkbox ui config (#1409)

Co-authored-by: gangan <44604921+shinGangan@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
Alex Thorwaldson
2024-04-10 08:54:16 -07:00
committed by GitHub
parent f08471ccda
commit 8b546600db
3 changed files with 6 additions and 3 deletions

View File

@@ -50,6 +50,9 @@ export default {
variant: 'ghost' as const,
class: '-m-1.5'
},
checkbox: {
color: 'primary' as const
},
progress: {
color: 'primary' as const,
animation: 'carousel' as const