mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-03 05:37:56 +01:00
fix(Input): missing file: selector on dark mode
This commit is contained in:
@@ -65,7 +65,7 @@ export default (config: { colors: string[] }) => {
|
|||||||
true: ''
|
true: ''
|
||||||
},
|
},
|
||||||
type: {
|
type: {
|
||||||
file: 'file:mr-1.5 file:font-medium file:text-gray-500 dark:text-gray-400 file:outline-none'
|
file: 'file:mr-1.5 file:font-medium file:text-gray-500 dark:file:text-gray-400 file:outline-none'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
compoundVariants: [...config.colors.map((color: string) => ({
|
compoundVariants: [...config.colors.map((color: string) => ({
|
||||||
|
|||||||
Reference in New Issue
Block a user