Skip to content

Commit

Permalink
style: update size of font in table
Browse files Browse the repository at this point in the history
  • Loading branch information
monicawheeler authored and kajabi-bot committed Oct 1, 2024
1 parent b922a46 commit 863d7ed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/sage-assets/lib/stylesheets/components/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ $-table-caption-font-size: "%t-sage-body-small";
$-table-caption-alignment: center;
$-table-cell-font-color: sage-color(charcoal, 200);
$-table-cell-font-color-strong: sage-color(charcoal, 400);
$-table-cell-type-spec: "%t-sage-body-small-med";
$-table-cell-type-spec-strong: "%t-sage-body-small-semi";
$-table-cell-type-spec: "%t-sage-body-med";
$-table-cell-type-spec-strong: "%t-sage-body-semi";
$-table-heading-font-color: sage-color(charcoal, 500);
$-table-heading-type-spec: "%t-sage-body-small-semi";
$-table-heading-type-spec: "%t-sage-body-med";

// Overflow gradient
$-table-overflow-indicator-width: sage-spacing(sm);
Expand Down Expand Up @@ -70,6 +70,7 @@ $-table-avatar-width: rem(32px);

th {
padding: $-table-padding-heading;
font-weight: sage-font-weight(semibold);
}
}

Expand Down

0 comments on commit 863d7ed

Please sign in to comment.