Add shading color to DxLoadPanel components
This commit is contained in:
@@ -27,11 +27,12 @@ app.use(
|
||||
},
|
||||
TagsInput: {
|
||||
fixedClasses: {
|
||||
input: 'appearance-none py-0 ring-0 border-0 outline-none focus:ring-0 focus:outline-none focus:shadow-none shadow-none w-full bg-transparent text-gray-800 text-base',
|
||||
input:
|
||||
'appearance-none py-0 ring-0 border-0 outline-none focus:ring-0 focus:outline-none focus:shadow-none shadow-none w-full bg-transparent text-gray-800 text-base',
|
||||
inputWrapper: 'inline-flex flex-grow bg-transparent',
|
||||
tagsWrapper: 'flex flex-wrap overflow-hidden -my-2 py-1 px-1 w-full text-xs',
|
||||
tagDeleteButtonIcon: 'w-3 h-3',
|
||||
tagLabel: 'px-3 text-xs',
|
||||
tagLabel: 'px-3 text-xs'
|
||||
},
|
||||
classes: {
|
||||
input: 'min-h-[32px]',
|
||||
@@ -39,8 +40,8 @@ app.use(
|
||||
tagsWrapper: '',
|
||||
tagDeleteButtonIcon: '',
|
||||
tagLabel: '',
|
||||
trigger: 'bg-gray-200 rounded-lg mb-2 mt-2',
|
||||
},
|
||||
trigger: 'bg-gray-200 rounded-lg mb-2 mt-2'
|
||||
}
|
||||
}
|
||||
})
|
||||
)
|
||||
|
Reference in New Issue
Block a user