diff --git a/components/lib/passthrough/tailwind/index.js b/components/lib/passthrough/tailwind/index.js index c04ae1b6a..500c4f509 100644 --- a/components/lib/passthrough/tailwind/index.js +++ b/components/lib/passthrough/tailwind/index.js @@ -335,7 +335,9 @@ export default { } ] }), - + splitterpanel: { + root: 'flex grow' + }, gutter: ({ props }) => ({ class: [ 'flex items-center justify-center shrink-0', @@ -356,16 +358,6 @@ export default { ] }) }, - splitterpanel: { - root: ({ context }) => ({ - class: [ - 'grow flex', - { - 'justify-center items-center': !context.nested - } - ] - }) - }, dialog: { root: ({ state }) => ({ class: [