Skip to content

Commit b61f307

Browse files
authored
fix(dialog): fluent theme typography (#1475)
1 parent 8cc49f5 commit b61f307

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/dialog/themes/shared/dialog.fluent.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@
66
}
77

88
[part='content'] {
9+
@include type-style('body-2') {
10+
margin: 0;
11+
}
12+
913
padding-inline: rem(24px);
10-
padding-block-end: rem(20px);
14+
padding-block: 0 rem(20px);
1115
}
1216

1317
[part='footer'] {

0 commit comments

Comments
 (0)