change the primefelx classes in tw demos to TW

This commit is contained in:
ATAKAN TEPE 2023-08-01 06:09:11 +03:00
parent 8915ddbdaf
commit 6ec0223ae0
6 changed files with 42 additions and 32 deletions

View file

@ -2044,15 +2044,15 @@ export default {
dataview: {
content: {
class: [
'bg-white blue-gray-700 border-0 p-0',
'bg-white blue-gray-700 border-0 p-0 text-gray-700',
'bg-gray-900 dark:text-white/80' // Dark Mode
]
},
grid: {
class: 'flex flex-wrap ml-0 mr-0 mt-0'
class: 'flex flex-wrap ml-0 mr-0 mt-0 bg-white dark:bg-gray-900'
},
header: {
class: 'bg-gray-100 text-blue-gray-800 border-gray-200 border-t border-b p-4 font-bold'
class: 'bg-gray-100 dark:bg-gray-800 text-blue-gray-800 text-gray-700 dark:text-white/80 border-gray-200 dark:border-blue-900/40 border-t border-b p-4 font-bold'
}
},
dataviewlayoutoptions: {