mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
chore: remove duplicate lines
This commit is contained in:
parent
e0514d9f1e
commit
6ec4e22b06
2 changed files with 2 additions and 2 deletions
|
@ -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 }) => ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue