Update Table.svelte

This commit is contained in:
Prasanta Kumar Dutta 2023-08-31 22:59:29 +05:30
parent 2e76af6fc8
commit 570fbf7fca

View file

@ -378,6 +378,7 @@
tbody { tbody {
td { td {
@include text-sm; @include text-sm;
@include font-regular;
vertical-align: top; vertical-align: top;
border-bottom: 1px solid border-bottom: 1px solid
var(--theme-colour-brand-rules, var(--tr-muted-grey)); var(--theme-colour-brand-rules, var(--tr-muted-grey));