Skip to content

Commit

Permalink
fix(a11y): correct mgt-person-card line-3 text color contrast in cust…
Browse files Browse the repository at this point in the history
…om styles (#3176)
  • Loading branch information
Mnickii authored May 14, 2024
1 parent 6acfbe7 commit c5c1e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/components/personCard/personCard.style.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const customCSSProperties = () => html`
--person-card-fluent-background-color: yellow;
--person-card-line1-text-color: purple;
--person-card-line2-text-color: blue;
--person-card-line3-text-color: green;
--person-card-line3-text-color: blue;
--person-card-fluent-background-color-hover: orange;
--organization-active-org-member-target-background-color: blue;
--file-list-background-color: pink;
Expand Down

0 comments on commit c5c1e53

Please sign in to comment.