Skip to content

Commit

Permalink
Added different error color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-nirali-s committed Jan 8, 2025
1 parent 59f7317 commit 59aef69
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,24 @@
}
},
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0x61",
"green" : "0x61",
"red" : "0xFF"
}
},
"idiom" : "universal"
}
],
"info" : {
Expand Down

0 comments on commit 59aef69

Please sign in to comment.