Skip to content

Commit

Permalink
Default typography for TableCell
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Oct 23, 2024
1 parent 1058975 commit e1b52d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Table/TableCell.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<component
:is="isRowHeader ? 'th' : 'td'"
:scope="isRowHeader ? 'row' : false"
class="border-b border-light px-2 py-2 text-start first:border-s first:ps-3 last:border-e last:pe-3"
class="border-b border-light px-2 py-2 text-start text-base-normal first:border-s first:ps-3 last:border-e last:pe-3"
:class="classes"
>
<slot />
Expand Down

0 comments on commit e1b52d0

Please sign in to comment.