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

Commit 89564f0

Browse files
Remove unused styles from settings unit/fiat.
1 parent aa54a3b commit 89564f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/view/setting-fiat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const styles = StyleSheet.create({
2828

2929
const SettingFiatView = ({ store, nav, setting }) => {
3030
return (
31-
<Background color={color.blackDark} style={styles.wrapper}>
31+
<Background color={color.blackDark}>
3232
<Header separator>
3333
<BackButton onPress={() => nav.goSettings()} />
3434
<Title title="Fiat Currency" />

src/view/setting-unit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const styles = StyleSheet.create({
2828

2929
const SettingUnitView = ({ store, nav, setting }) => {
3030
return (
31-
<Background color={color.blackDark} style={styles.wrapper}>
31+
<Background color={color.blackDark}>
3232
<Header separator>
3333
<BackButton onPress={() => nav.goSettings()} />
3434
<Title title="Bitcoin Units" />

0 commit comments

Comments
 (0)