From 73e28a2adf3e4722894450dd19083fa210f7de3c Mon Sep 17 00:00:00 2001 From: Driss Chelouati Date: Tue, 20 Feb 2024 15:04:29 +0100 Subject: [PATCH] fix(InputFile): fix addon border --- src/plugins/components/input-file-regular/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/components/input-file-regular/index.ts b/src/plugins/components/input-file-regular/index.ts index f6ef644..7a44a70 100644 --- a/src/plugins/components/input-file-regular/index.ts +++ b/src/plugins/components/input-file-regular/index.ts @@ -100,7 +100,7 @@ export default plugin(({ addComponents, theme }) => { [`@apply text-${config.color.white.addon.font.color.light} dark:text-${config.color.white.addon.font.color.dark}`]: {}, //Border - [`@apply border-e border border-${config.color.white.addon.border.light} dark:border-${config.color.white.addon.border.dark}`]: + [`@apply border-e border-${config.color.white.addon.border.light} dark:border-${config.color.white.addon.border.dark}`]: {}, }, },