This commit is contained in:
ManishMadan2882
2025-05-08 00:15:28 +05:30
parent d0a04d9801
commit ff532210f7
38 changed files with 550 additions and 495 deletions

View File

@@ -50,11 +50,11 @@ body.dark {
@layer components {
.table-default {
@apply block w-full table-auto justify-center rounded-xl border border-silver dark:border-silver/40 text-center dark:text-bright-gray overflow-auto;
@apply block w-full table-auto justify-center overflow-auto rounded-xl border border-silver text-center dark:border-silver/40 dark:text-bright-gray;
}
.table-default th {
@apply p-4 font-normal text-gray-400 text-nowrap;
@apply text-nowrap p-4 font-normal text-gray-400;
}
.table-default th {
@@ -66,7 +66,7 @@ body.dark {
}
.table-default td {
@apply border-t w-full border-silver dark:border-silver/40 px-4 py-2;
@apply w-full border-t border-silver px-4 py-2 dark:border-silver/40;
}
.table-default td:last-child {