File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
apps/ledger-live-mobile/src/screens/PTX/Earn Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " live-mobile " : patch
3+ ---
4+
5+ remove background-image on earn deposit flow
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ function EarnBackgroundComponent() {
1212 left : theme . sizes . s0 ,
1313 right : theme . sizes . s0 ,
1414 bottom : theme . sizes . s0 ,
15+ backgroundColor : theme . colors . bg . base ,
1516 } ,
1617 imageContainer : {
17- width : theme . sizes . full ,
18- height : theme . sizes . full ,
18+ aspectRatio : 25 / 32 ,
1919 } ,
2020 } ) ,
2121 [ ] ,
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ function Earn({ route }: Props) {
150150 }
151151 return (
152152 < View style = { { flex : 1 , overflow : "visible" } } >
153- { isPtxUiV2 && < EarnBackground /> }
153+ { isPtxUiV2 && ! hideMainNavigator && < EarnBackground /> }
154154 < View style = { { flex : 1 , zIndex : 1 } } pointerEvents = "box-none" >
155155 { displayManifest ? (
156156 < Fragment >
You can’t perform that action at this time.
0 commit comments