mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Fix TailwindCSS theme for splitter component (#4525)
This commit is contained in:
parent
5d1f615c14
commit
f664268407
1 changed files with 5 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue