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:
@@ -2,7 +2,7 @@ export const useFoStyle = () => {
|
||||
return {
|
||||
inputStyle: {
|
||||
ui: {
|
||||
placeholder: 'placeholder-transparent',
|
||||
placeholder: 'placeholder-transparent dark:placeholder-transparent',
|
||||
},
|
||||
attrs: {
|
||||
variant: 'none'
|
||||
@@ -10,10 +10,11 @@ export const useFoStyle = () => {
|
||||
},
|
||||
formGroupStyle: {
|
||||
ui: {
|
||||
wrapper: 'flex flex-col md:flex-row rounded-lg py-1 px-4 border-b-2 border-orange-500 has-[:focus]:bg-orange-100 has-[:focus]:border-t-2 has-[:focus]:border-x-2 has-[:focus]:border-b-0 mb-6',
|
||||
wrapper: 'flex flex-col relative md:flex-row rounded-lg py-1 px-4 border-b-2 border-orange-500 has-[:focus]:bg-orange-100 dark:border-orange-500 dark:has-[:focus]:bg-orange-800 has-[:focus]:border-t-2 has-[:focus]:border-x-2 has-[:focus]:border-b-0 mb-6',
|
||||
inner: 'flex-2 content-center',
|
||||
container: 'flex-1 mt-auto relative',
|
||||
container: 'flex-1 mt-auto position-unset',
|
||||
error: 'text-red-500 text-sm absolute top[-100%] left-0 mt-2 pointer-events-none',
|
||||
help: 'absolute top[-100%] left-0 mt-2 pointer-events-none',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user