Skip to content

Commit

Permalink
fix(SelectCustom): add missing bg in list input
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jul 16, 2022
1 parent 5fdf5ee commit da4e8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/presets/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit da4e8d5

Please sign in to comment.