Skip to content

Commit

Permalink
fix: remove success & receive status bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
hz002 committed Nov 28, 2024
1 parent 49b8011 commit 59c5d5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/mobile/src/constant/layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,11 @@ function makeScreenSpecConfig() {
ImportWatchAddress: blueLightConf,
ImportSafeAddress: blueLightConf,
ImportSuccess: blueLightConf,
ImportSuccess2024: blueLightConf,
// ImportSuccess2024: blueLightConf,

// Send: !isDarkTheme ? card2DefaultConf : bg1DefaultConf,
// Swap: !isDarkTheme ? card2DefaultConf : bg1DefaultConf,
Receive: blueLightConf,
// Receive: blueLightConf,

GnosisTransactionQueue: card2DefaultConf,

Expand Down

0 comments on commit 59c5d5e

Please sign in to comment.