Skip to content

Commit

Permalink
fix(GiniHealthSDK): Fix colors on GiniHealthSDK
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancapra committed Mar 19, 2024
1 parent 86ec1c3 commit 46df54f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0xFF",
"green" : "0xFF",
"red" : "0xFF"
"blue" : "0xFA",
"green" : "0xFA",
"red" : "0xFA"
}
},
"idiom" : "universal"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0x2D",
"green" : "0x2D",
"red" : "0x2D"
"blue" : "0x35",
"green" : "0x35",
"red" : "0x35"
}
},
"idiom" : "universal"
Expand Down

0 comments on commit 46df54f

Please sign in to comment.