Merge pull request #389 from iaineng/dev

fix(ui): correct table row striping in API Keys view
This commit is contained in:
Wesley Liddick
2025-09-09 14:18:06 +08:00
committed by GitHub

View File

@@ -404,7 +404,7 @@
'table-row transition-all duration-150',
index % 2 === 0
? 'bg-white dark:bg-gray-800/40'
: 'dark:bg-gray-850/40 bg-gray-50/70',
: 'bg-gray-50/70 dark:bg-gray-700/30',
'border-b-2 border-gray-200/80 dark:border-gray-700/50',
'hover:bg-blue-50/60 hover:shadow-sm dark:hover:bg-blue-900/20'
]"