Skip to content

Commit 98aa510

Browse files
[Bug] Fix spacing for localCameraSwitcher button in local preview (#2571)
* fix spacing for localCameraSwitcher * Change files * Duplicate change files for beta release * set css to use unset instead of none
1 parent bc9563e commit 98aa510

3 files changed

Lines changed: 16 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": "Fix spacing for local Camera switcher button when in localVideoTile.",
4+
"packageName": "@azure/communication-react",
5+
"email": "94866715+dmceachernmsft@users.noreply.github.com",
6+
"dependentChangeType": "patch"
7+
}
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 spacing for local Camera switcher button when in localVideoTile.",
4+
"packageName": "@azure/communication-react",
5+
"email": "94866715+dmceachernmsft@users.noreply.github.com",
6+
"dependentChangeType": "patch"
7+
}

packages/react-components/src/components/styles/VideoGallery.styles.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ export const localVideoCameraCycleButtonStyles = (theme: Theme): IButtonStyles =
4343
margin: 0
4444
},
4545
flexContainer: {
46-
paddingBottom: _pxToRem(8)
46+
paddingBottom: _pxToRem(8),
47+
height: 'unset'
4748
}
4849
};
4950
};

0 commit comments

Comments
 (0)