From da4e8d5c099dbde3a79d124d7debd590d8da0e58 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Sun, 17 Jul 2022 00:29:22 +0200 Subject: [PATCH] fix(SelectCustom): add missing bg in list input --- src/runtime/presets/default.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/presets/default.ts b/src/runtime/presets/default.ts index 58b7b99a..bbc2358b 100644 --- a/src/runtime/presets/default.ts +++ b/src/runtime/presets/default.ts @@ -193,7 +193,7 @@ export default (variantColors: string[]) => { list: { container: 'z-10 w-full py-1', base: 'u-bg-white shadow-lg rounded-md ring-1 u-ring-gray-200 focus:outline-none overflow-y-auto py-1 max-h-60', - input: 'relative block w-full focus:ring-transparent text-sm px-4 py-2 u-text-gray-700 border-l-0 border-t-0 border-r-0 u-border-gray-200 focus:u-border-gray-200', + input: 'relative block w-full focus:ring-transparent text-sm px-4 py-2 u-text-gray-700 border-l-0 u-bg-white border-t-0 border-r-0 u-border-gray-200 focus:u-border-gray-200', option: { base: 'cursor-default select-none relative py-2 pl-4 pr-10 text-sm group', container: 'flex items-center gap-3',