fix: style

This commit is contained in:
2026-04-03 10:55:12 +02:00
parent 855721b4b1
commit c1efcf1b86
5 changed files with 18 additions and 12 deletions

View File

@@ -47,7 +47,7 @@ export const uiOptions: NuxtUIOptions = {
table: {
slots: {
base: 'border! border-(--border-light)! dark:border-(--border-dark)! outline-0! ring-0! bg-(--second-light) dark:bg-(--main-dark)',
tr: 'border-b! border-(--border-light)! dark:border-(--border-dark)! outline-0! ring-0! text-(--black)! dark:text-white!',
// tr: 'border-b! border-(--border-light)! dark:border-(--border-dark)! outline-0! ring-0! text-(--black)! dark:text-white!',
}
},