mirror of
https://github.com/Paris-est-Ludique/ForceOrange.git
synced 2025-09-11 14:36:29 +02:00
🐛 fixing profile data and some QA issues
This commit is contained in:
@@ -1,22 +1,40 @@
|
||||
const preset = {
|
||||
border: ''
|
||||
}
|
||||
|
||||
export default defineAppConfig({
|
||||
ui: {
|
||||
primary: 'orange',
|
||||
gray: 'slate',
|
||||
button: {
|
||||
colors: {
|
||||
orange: {
|
||||
solid: 'border-x-2 border-b-2 border-orange-600 dark:border-orange-900 active:border-t-2 active:border-b-0',
|
||||
}
|
||||
},
|
||||
variant: {
|
||||
solid: 'border-x-2 border-b-2 border-{color}-600 dark:border-{color}-900 active:border-t-2 active:border-b-0',
|
||||
},
|
||||
default: {
|
||||
color: 'primary',
|
||||
size: 'md',
|
||||
},
|
||||
},
|
||||
input: {
|
||||
base: 'focus:bg-orange-100',
|
||||
colors: {
|
||||
orange: {
|
||||
base: 'dark:focus:bg-orange-800 focus:bg-orange-100',
|
||||
}
|
||||
},
|
||||
base: 'dark:focus:bg-{color}-800 focus:bg-{color}-100',
|
||||
default: {
|
||||
size: 'md',
|
||||
color: 'primary',
|
||||
},
|
||||
},
|
||||
formGroup: {
|
||||
label: {
|
||||
base: 'font-thin'
|
||||
},
|
||||
help: 'text-gray-400 text-xs leading-tight',
|
||||
default: {
|
||||
size: 'md',
|
||||
},
|
||||
|
Reference in New Issue
Block a user