From 9727cc1515c125b5bbb87bd9824ca1200d7d98cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Mon, 7 Aug 2023 15:56:40 +0300 Subject: [PATCH] SplitterPanel updates --- components/lib/passthrough/tailwind/index.js | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) 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: [