Skip to content

Commit

Permalink
Use WooPosColors for totalsBackground
Browse files Browse the repository at this point in the history
  • Loading branch information
samiuelson committed Dec 5, 2024
1 parent 51eb2b2 commit 100e988
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ private val LightCustomColors = CustomColors(
success = WooPosColors.greenNotFromPalette,
error = WooPosColors.lightCustomColorsError,
totalsErrorBackground = WooPosColors.lightQuaternaryBackground,
totalsBackground = Color(0xFFF6F7F7),
totalsBackground = WooPosColors.Gray0,
paymentSuccessBackground = WooPosColors.White,
paymentSuccessText = WooPosColors.Purple90,
paymentSuccessIcon = Color.White,
Expand Down

0 comments on commit 100e988

Please sign in to comment.