Skip to content
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "patch",
"area": "fix",
"workstream": "Bug fix",
"comment": "Fix the padding for the warning bar in the effects picker and the background label",
"packageName": "@azure/communication-react",
"email": "94866715+dmceachernmsft@users.noreply.github.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "patch",
"area": "fix",
"workstream": "Bug fix",
"comment": "Fix the padding for the warning bar in the effects picker and the background label",
"packageName": "@azure/communication-react",
"email": "94866715+dmceachernmsft@users.noreply.github.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const VideoEffectsPaneTrampoline = (

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