Skip to content

Commit cbbee63

Browse files
[Web] Muted indicator - icon and text not vertically centered in div (#1561)
* Vertically aligned Muted indicator by adding max-height to icon container
1 parent 2e247b9 commit cbbee63

7 files changed

Lines changed: 9 additions & 1 deletion

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Vertically aligned Muted indicator notification",
4+
"packageName": "@internal/react-composites",
5+
"email": "edwardlee@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}

packages/react-composites/src/composites/CallComposite/components/MutedNotification.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ const stackStyle = (theme: ITheme): IStyle => {
4848

4949
const iconStyle = (theme: ITheme): IStyle => {
5050
return {
51-
color: theme.palette.white
51+
color: theme.palette.white,
52+
maxHeight: '1.25rem'
5253
};
5354
};
5455

Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)