chore(SelectCustom): add preset for empty option

This commit is contained in:
Benjamin Canac
2022-07-16 18:48:51 +02:00
parent 0e0f3e39d3
commit 5906ee9c64
2 changed files with 10 additions and 3 deletions

View File

@@ -202,6 +202,7 @@ export default (variantColors: string[]) => {
selected: 'font-semibold',
unselected: 'font-normal',
disabled: 'cursor-not-allowed opacity-50',
empty: 'text-sm u-text-gray-400 px-4 py-2',
icon: {
base: 'absolute inset-y-0 right-0 flex items-center pr-4',
active: 'text-white',