Skip to content

Commit

Permalink
fix: improve default success color contrast vs base color
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Nov 18, 2023
1 parent 5292a53 commit ef9f542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theming/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ module.exports = {
resultObj["--in"] = "0.7206 0.191 231.6"
}
if (!Object.hasOwn(input, "success")) {
resultObj["--su"] = "0.7441 0.213 164.75"
resultObj["--su"] = "64.8% 0.150 160"
}
if (!Object.hasOwn(input, "warning")) {
resultObj["--wa"] = "0.8471 0.199 83.87"
Expand Down

0 comments on commit ef9f542

Please sign in to comment.