Skip to content

Commit

Permalink
Merge pull request #4654 from naynyeinchan/fix/dialog
Browse files Browse the repository at this point in the history
Fix #4653 - Edit dialog tailwind class
  • Loading branch information
tugcekucukoglu authored Nov 13, 2023
2 parents b18ff5a + d86fcde commit fbe4da7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/lib/passthrough/tailwind/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ export default {
root: ({ state }) => ({
class: [
'rounded-lg shadow-lg border-0',
'max-h-90 transform scale-100',
'max-h-[90%] transform scale-100',
'm-0 w-[50vw]',
'dark:border dark:border-blue-900/40',
{
Expand Down Expand Up @@ -430,7 +430,6 @@ export default {
class: [
'overflow-y-auto',
'bg-white text-gray-700 px-6 pb-8 pt-0',
,
'dark:bg-gray-900 dark:text-white/80',
{
grow: state.maximized
Expand Down

0 comments on commit fbe4da7

Please sign in to comment.