Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit fbaa8b4

Browse files
committed
Use the same background as similar views.
1 parent cba1b1c commit fbaa8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/view/pay-lightning-supply-amount.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const styles = StyleSheet.create({
3737
});
3838

3939
const PayLightningSupplyAmountView = ({ store, nav, payment }) => (
40-
<Background color={color.purple}>
40+
<Background image="purple-gradient-bg">
4141
<Header color={color.purple}>
4242
<BackButton onPress={() => nav.goHome()} />
4343
<Title title="Specify Amount to Send">

0 commit comments

Comments
 (0)