From f9259f685777e5d6a5e5b5326e56579b24cf40d4 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 24 Apr 2024 16:25:09 +0200 Subject: [PATCH] fix(Input): missing `file:` selector on dark mode --- src/theme/input.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/input.ts b/src/theme/input.ts index 135fabdd..c00f8184 100644 --- a/src/theme/input.ts +++ b/src/theme/input.ts @@ -65,7 +65,7 @@ export default (config: { colors: string[] }) => { true: '' }, 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) => ({