Skip to content

Commit c5c1e53

Browse files
authored
fix(a11y): correct mgt-person-card line-3 text color contrast in custom styles (#3176)
1 parent 6acfbe7 commit c5c1e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/components/personCard/personCard.style.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const customCSSProperties = () => html`
4040
--person-card-fluent-background-color: yellow;
4141
--person-card-line1-text-color: purple;
4242
--person-card-line2-text-color: blue;
43-
--person-card-line3-text-color: green;
43+
--person-card-line3-text-color: blue;
4444
--person-card-fluent-background-color-hover: orange;
4545
--organization-active-org-member-target-background-color: blue;
4646
--file-list-background-color: pink;

0 commit comments

Comments
 (0)