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