Skip to content

Commit c4bf471

Browse files
LucyChyzhovaKiarokh
authored andcommitted
fix(dialog): use default font-size
1 parent b50e195 commit c4bf471

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/dialog/dialog.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ $responsive-body-padding: 3vw; // 3% of viewport's width
3939
// other font-related styles that might be set by MDC,
4040
// such as `letter-spacing` or `font-size`.
4141
font-family: inherit;
42+
font-size: var(--limel-theme-default-font-size);
4243
}
4344

4445
.mdc-dialog {

0 commit comments

Comments
 (0)