Skip to content

Commit

Permalink
Adjust color style for tooltip text for accessibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fitzgerald committed Dec 6, 2024
1 parent cfe9e67 commit c60192c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/poor-numbers-reflect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@khanacademy/perseus": patch
---

[Numeric Input] - BUGFIX - Adjust color contrast of tooltip text
2 changes: 1 addition & 1 deletion packages/perseus/src/styles/perseus-renderer.less
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@

.perseus-formats-tooltip {
background: #fff;
color: #777;
color: #717378;
padding: 5px 10px;
width: 240px;
}
Expand Down

0 comments on commit c60192c

Please sign in to comment.