Fix: Removed striped table from everywhere (#1711)

This commit is contained in:
darth-coder00 2021-12-13 10:34:02 +05:30 committed by GitHub
parent 14982501c6
commit 4267f83433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,9 +79,6 @@
.tableBody-row {
@apply tw-border tw-border-main hover:tw-bg-body-hover;
}
.tableBody-row.odd-row {
@apply tw-bg-body-main hover:tw-bg-body-hover;
}
.tableBody-cell {
@apply tw-py-3 tw-px-6 tw-text-left;
}