Skip to content

Commit 98638bb

Browse files
alkwa-msftcarocao-msft
authored andcommitted
Alkwa/remove captions icon fade in (#3688)
* adding in fluent prop to not fade in the persona * Change files * adding changelog entry
1 parent 65c632e commit 98638bb

3 files changed

Lines changed: 19 additions & 0 deletions

File tree

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": "Fixing Captions Display Image fade in to just not fade in anymore",
5+
"comment": "adding in fluent prop to not fade in the persona",
6+
"packageName": "@azure/communication-react",
7+
"email": "alkwa@microsoft.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": "Fixing Captions Display Image fade in to just not fade in anymore",
5+
"comment": "adding in fluent prop to not fade in the persona",
6+
"packageName": "@azure/communication-react",
7+
"email": "alkwa@microsoft.com",
8+
"dependentChangeType": "patch"
9+
}

packages/react-components/src/components/Caption.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export const _Caption = (props: _CaptionProps): JSX.Element => {
3939
size: PersonaSize.size32,
4040
text: displayName,
4141
showOverflowTooltip: false,
42+
imageShouldStartVisible: true,
4243
initialsTextColor: 'white',
4344
styles: {
4445
root: {

0 commit comments

Comments
 (0)