Skip to content

Commit

Permalink
Merge pull request #4806 from kadirboylu/master
Browse files Browse the repository at this point in the history
Chore: Duplicated Tailwind Classes
  • Loading branch information
tugcekucukoglu authored Nov 13, 2023
2 parents 46a5529 + 636f55a commit 18e7a01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/lib/passthrough/tailwind/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1763,7 +1763,7 @@ export default {
}
},
panel: {
class: ['bg-white text-gray-700 border-0 rounded-md shadow-lg', 'max-h-[200px] overflow-auto', 'bg-white text-gray-700 border-0 rounded-md shadow-lg', 'dark:bg-gray-900 dark:text-white/80']
class: ['bg-white text-gray-700 border-0 rounded-md shadow-lg', 'max-h-[200px] overflow-auto', 'dark:bg-gray-900 dark:text-white/80']
},
list: {
class: 'py-3 list-none m-0'
Expand Down
2 changes: 1 addition & 1 deletion doc/autocomplete/theming/TailwindDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default {
root: 'rounded-tl-none rounded-bl-none'
},
panel: {
class: ['bg-white text-gray-700 border-0 rounded-md shadow-lg', 'max-h-[200px] overflow-auto', 'bg-white text-gray-700 border-0 rounded-md shadow-lg', 'dark:bg-gray-900 dark:text-white/80']
class: ['bg-white text-gray-700 border-0 rounded-md shadow-lg', 'max-h-[200px] overflow-auto', 'dark:bg-gray-900 dark:text-white/80']
},
list: 'py-3 list-none m-0',
item: ({ context }) => ({
Expand Down

0 comments on commit 18e7a01

Please sign in to comment.