Skip to content

Commit

Permalink
fix(a11y): Non-text contrast (3:1) (#3206)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored and RODO94 committed Jun 4, 2024
1 parent dd54ef7 commit c7cf117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor.planx.uk/src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ const DEFAULT_PALETTE: Partial<PaletteOptions> = {
action: {
selected: "#F8F8F8",
focus: "#FFDD00",
disabled: "#B4B4B4",
disabled: "#949494",
},
error: {
main: "#D4351C",
},
success: {
main: "#4CAF50",
main: "#49A74C",
dark: "#265A26",
},
info: {
Expand Down

0 comments on commit c7cf117

Please sign in to comment.