mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-28 02:40:35 +01:00
refactor(config): break ui.config.ts into separate files (#930)
This commit is contained in:
7
src/runtime/ui.config/forms/radioGroup.ts
Normal file
7
src/runtime/ui.config/forms/radioGroup.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export default {
|
||||
wrapper: 'relative flex items-start',
|
||||
legend: 'text-sm font-medium text-gray-700 dark:text-gray-200 mb-1',
|
||||
default: {
|
||||
color: 'primary'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user