Skip to content

Commit

Permalink
refactor: Update Email chip color
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed Nov 13, 2024
1 parent 6e007da commit 0f7ea35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ val CustomLightColorScheme = CustomColorScheme(
transferTypeQrOnContainer = Color(green_main),
transferTypeProximityContainer = Color(specific3),
transferTypeProximityOnContainer = Color(specific4),
emailAddressChipColor = Color(green_contrast),
emailAddressChipColor = Color(green_secondary),
onEmailAddressChipColor = Color(green_dark),
qrCodeDarkPixels = Color(green_dark),
qrCodeLightPixels = Color(white),
Expand Down

0 comments on commit 0f7ea35

Please sign in to comment.