Skip to content

Commit

Permalink
Fix TailwindCSS theme for splitter component (#4525)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ice-Hazymoon authored Oct 8, 2023
1 parent 5d1f615 commit f664268
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/lib/passthrough/tailwind/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,11 +369,6 @@ export default {
}
]
}),
splitterpanel: {
root: {
class: 'flex grow'
}
},
gutter: ({ props }) => ({
class: [
'flex items-center justify-center shrink-0',
Expand All @@ -394,6 +389,11 @@ export default {
]
})
},
splitterpanel: {
root: {
class: 'flex grow'
}
},
dialog: {
root: ({ state }) => ({
class: [
Expand Down

0 comments on commit f664268

Please sign in to comment.