Skip to content

Commit

Permalink
chore: fix alert heading
Browse files Browse the repository at this point in the history
  • Loading branch information
waterplea committed Jul 27, 2023
1 parent 312cb49 commit 55af4c5
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions projects/core/components/alert/alert.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,24 @@
}

.t-heading {
font: var(--tui-font-text-m);
line-height: 1.25rem;
font-weight: bold;
margin: 0;

[data-size='s'] & {
font: var(--tui-font-text-s);
font-weight: bold;
}

[data-size='m'] & {
font: var(--tui-font-text-m);
line-height: 1.25rem;
font-weight: bold;
}

[data-size='l'] & {
font: var(--tui-font-text-l);
line-height: 1.5rem;
font-weight: bold;
}
}

.t-content {
Expand Down

0 comments on commit 55af4c5

Please sign in to comment.