Skip to content

Commit

Permalink
fix luminosity ratio of RAI Vision dashboard success and failure inst…
Browse files Browse the repository at this point in the history
…ances text to background for accessibility (#2444)
  • Loading branch information
imatiach-msft authored Dec 6, 2023
1 parent ab28cd3 commit 1567e69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const titleBarStyles: () => IProcessedStyleSet<ITitleBarStyles> = () => {
fontWeight: "600"
},
titleBarNumber: {
color: theme.palette.blue
color: theme.palette.blueDark
}
});
};

0 comments on commit 1567e69

Please sign in to comment.