Skip to content

Commit

Permalink
fix(wallet-mobile): qr capture colors (#3680)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbuedo authored Oct 7, 2024
1 parent 32bcd1a commit f49627a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ const useStyles = () => {
})

const colors = {
white: color.gray_min,
black: color.gray_max,
white: color.white_static,
black: color.black_static,
transparent: 'transparent',
backgroundGradientCard: color.bg_gradient_1,
}
Expand Down

0 comments on commit f49627a

Please sign in to comment.