Skip to content

Commit

Permalink
Update Table.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
pkd2512 committed Aug 31, 2023
1 parent 01266d2 commit 2e76af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Table/Table.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@
tr {
th {
border-bottom: 1px solid var(--theme-colour-text-primary);
@include bg;
text-align: inherit;
&.sortable {
Expand All @@ -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));
Expand Down

0 comments on commit 2e76af6

Please sign in to comment.