From f664268407792d379a89850d56de7f75fb82ff25 Mon Sep 17 00:00:00 2001 From: Ice-Hazymoon Date: Sun, 8 Oct 2023 22:14:08 +0900 Subject: [PATCH] Fix TailwindCSS theme for splitter component (#4525) --- components/lib/passthrough/tailwind/index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/lib/passthrough/tailwind/index.js b/components/lib/passthrough/tailwind/index.js index 2c023b661..79def4d9f 100644 --- a/components/lib/passthrough/tailwind/index.js +++ b/components/lib/passthrough/tailwind/index.js @@ -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: [