mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 15:31:46 +01:00
fix(SelectCustom): icon name in prop only for now
This commit is contained in:
@@ -189,7 +189,6 @@ export default (variantColors: string[]) => {
|
||||
const selectCustom = {
|
||||
...select,
|
||||
base: `${select.base} text-left cursor-default`,
|
||||
icon: 'heroicons-solid:selector',
|
||||
list: {
|
||||
container: 'absolute z-10 mt-1 w-full py-1 max-h-60 overflow-auto',
|
||||
base: 'u-bg-white shadow-lg rounded-md ring-1 u-ring-gray-200 focus:outline-none',
|
||||
|
||||
Reference in New Issue
Block a user