Skip to content

Commit 85c41a5

Browse files
[Bugfix] Update padding on video effects picker (#3725)
* fix padding * Change files * Duplicate change files for beta release * Update packages/react-composites CallComposite browser test snapshots * Update packages/react-composites CallComposite browser test snapshots --------- Signed-off-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eb5c621 commit 85c41a5

13 files changed

Lines changed: 19 additions & 1 deletion
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "patch",
3+
"area": "fix",
4+
"workstream": "Bug fix",
5+
"comment": "Fix the padding for the warning bar in the effects picker and the background label",
6+
"packageName": "@azure/communication-react",
7+
"email": "94866715+dmceachernmsft@users.noreply.github.com",
8+
"dependentChangeType": "patch"
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "patch",
3+
"area": "fix",
4+
"workstream": "Bug fix",
5+
"comment": "Fix the padding for the warning bar in the effects picker and the background label",
6+
"packageName": "@azure/communication-react",
7+
"email": "94866715+dmceachernmsft@users.noreply.github.com",
8+
"dependentChangeType": "patch"
9+
}

packages/react-composites/src/composites/common/VideoEffectsPane.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const VideoEffectsPaneTrampoline = (
169169

170170
/* @conditional-compile-remove(video-background-effects) */
171171
return (
172-
<Stack className={mergeStyles({ paddingLeft: '0.5rem' })}>
172+
<Stack tokens={{ childrenGap: '0.75rem' }} className={mergeStyles({ paddingLeft: '0.5rem' })}>
173173
{activeVideoEffectError && isCameraOn && (
174174
<MessageBar messageBarType={MessageBarType.error} onDismiss={() => onDismissError(activeVideoEffectError)}>
175175
{locale.strings.call.unableToStartVideoEffect}
Loading

0 commit comments

Comments
 (0)