mirror of
https://github.com/Paris-est-Ludique/ForceOrange.git
synced 2025-09-11 14:36:29 +02:00
✨ Complete all user management with forms and DB
This commit is contained in:
committed by
ChatonDeAru (Romain)
parent
37b2238b84
commit
5fa1f24caf
@@ -7,17 +7,13 @@ export default defineAppConfig({
|
||||
},
|
||||
},
|
||||
input: {
|
||||
placeholder: 'placeholder-transparent',
|
||||
base: 'focus:bg-orange-100',
|
||||
default: {
|
||||
size: 'md',
|
||||
color: 'primary',
|
||||
variant: 'none'
|
||||
},
|
||||
},
|
||||
formGroup: {
|
||||
wrapper: 'flex flex-col md:flex-row rounded-lg py-1 px-4 border-b-2 border-orange-500',
|
||||
inner: 'flex-2 content-center',
|
||||
container: 'flex-1 mt-auto',
|
||||
label: {
|
||||
base: 'font-thin'
|
||||
},
|
||||
|
Reference in New Issue
Block a user