Update Table.svelte

This commit is contained in:
Prasanta Kumar Dutta 2023-08-31 22:52:39 +05:30
parent 01266d21d0
commit 2e76af6fc8

View file

@ -361,7 +361,6 @@
tr {
th {
border-bottom: 1px solid var(--theme-colour-text-primary);
@include bg;
text-align: inherit;
&.sortable {
@ -378,6 +377,7 @@
}
tbody {
td {
@include text-sm;
vertical-align: top;
border-bottom: 1px solid
var(--theme-colour-brand-rules, var(--tr-muted-grey));