chore(SelectCustom): improve icon placement and list text size

This commit is contained in:
Benjamin Canac
2022-06-20 10:46:32 +02:00
parent 6585bfc24a
commit 536bfe4ff1
2 changed files with 6 additions and 4 deletions

View File

@@ -190,7 +190,7 @@ const selectCustom = {
...select,
base: `${select.base} text-left cursor-default`,
list: {
base: 'absolute z-10 mt-1 w-full u-bg-white shadow-lg max-h-60 rounded-md py-1 text-base ring-1 u-ring-gray-200 overflow-auto focus:outline-none sm:text-sm',
base: 'absolute z-10 mt-1 w-full u-bg-white shadow-lg max-h-60 rounded-md py-1 text-sm ring-1 u-ring-gray-200 overflow-auto focus:outline-none',
option: {
base: 'cursor-default select-none relative py-2 pl-4 pr-10',
active: 'text-white bg-primary-600',