Fix TailwindCSS theme for splitter component (#4525)
parent
5d1f615c14
commit
f664268407
|
@ -369,11 +369,6 @@ export default {
|
|||
}
|
||||
]
|
||||
}),
|
||||
splitterpanel: {
|
||||
root: {
|
||||
class: 'flex grow'
|
||||
}
|
||||
},
|
||||
gutter: ({ props }) => ({
|
||||
class: [
|
||||
'flex items-center justify-center shrink-0',
|
||||
|
@ -394,6 +389,11 @@ export default {
|
|||
]
|
||||
})
|
||||
},
|
||||
splitterpanel: {
|
||||
root: {
|
||||
class: 'flex grow'
|
||||
}
|
||||
},
|
||||
dialog: {
|
||||
root: ({ state }) => ({
|
||||
class: [
|
||||
|
|
Loading…
Reference in New Issue