mirror of
https://github.com/timepill/timepill-app.git
synced 2025-04-30 01:49:30 +08:00
关注按钮高度调整字号调整
This commit is contained in:
parent
daf7a95b1b
commit
e9317cbbfa
1 changed files with 3 additions and 1 deletions
|
@ -110,6 +110,7 @@ export default class UserIntro extends Component {
|
|||
color={Color.primary}
|
||||
borderRadius={5}
|
||||
buttonStyle={localStyle.followButton}
|
||||
fontSize={14}
|
||||
onPress={this._onAddFollow.bind(this)}
|
||||
/>
|
||||
: (
|
||||
|
@ -119,6 +120,7 @@ export default class UserIntro extends Component {
|
|||
color={Color.primary}
|
||||
borderRadius={5}
|
||||
buttonStyle={localStyle.followButton}
|
||||
fontSize={14}
|
||||
onPress={this._onDeleteFollow.bind(this)}
|
||||
/>
|
||||
: null
|
||||
|
@ -148,7 +150,7 @@ const localStyle = StyleSheet.create({
|
|||
backgroundColor: 'white'
|
||||
},
|
||||
userIcon: {
|
||||
height: 230,
|
||||
marginTop: 20,
|
||||
backgroundColor: 'white',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center'
|
||||
|
|
Loading…
Reference in a new issue