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

Commit c95a9a3

Browse files
committed
Refactor SettingCopyItem styles
1 parent a69eb0c commit c95a9a3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/component/setting.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,24 +127,24 @@ SettingItem.propTypes = {
127127

128128
const iCopyStyles = StyleSheet.create({
129129
item: {
130-
height: 100,
130+
height: null,
131+
paddingTop: 20,
132+
paddingBottom: 20,
131133
},
132134
left: {
133135
flex: 1,
134-
flexDirection: 'column',
135-
justifyContent: 'center',
136136
},
137137
name: {
138138
color: color.grey,
139139
fontSize: font.sizeSub,
140-
marginBottom: 5,
141140
},
142141
copy: {
143-
width: '80%',
144142
fontSize: font.sizeS,
145143
lineHeight: font.lineHeightS,
146144
color: color.greyListLabel,
147145
opacity: 0.74,
146+
paddingRight: 50,
147+
marginTop: 5,
148148
},
149149
});
150150

0 commit comments

Comments
 (0)