Skip to content

Commit 11701a6

Browse files
fix: Update ToastBody lineheight (microsoft#35042)
Co-authored-by: Oleksandr Fediashov <[email protected]>
1 parent 66ab162 commit 11701a6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "fix: Update ToastBody lineheight",
4+
"packageName": "@fluentui/react-toast",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

packages/react-components/react-toast/library/src/components/ToastBody/useToastBodyStyles.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const useRootBaseClassName = makeResetStyles({
1313
gridColumnEnd: 3,
1414
paddingTop: '6px',
1515
fontSize: tokens.fontSizeBase300,
16-
lineHeight: tokens.fontSizeBase300,
16+
lineHeight: tokens.lineHeightBase300,
1717
fontWeight: tokens.fontWeightRegular,
1818
color: tokens.colorNeutralForeground1,
1919
wordBreak: 'break-word',

0 commit comments

Comments
 (0)