mirror of
https://github.com/timepill/timepill-app.git
synced 2025-04-30 18:09:31 +08:00
OK 绷样式微调
This commit is contained in:
parent
921f45f0bd
commit
8ab11c82db
1 changed files with 5 additions and 3 deletions
|
@ -103,9 +103,11 @@ const localStyle = StyleSheet.create({
|
||||||
marginTop: -1
|
marginTop: -1
|
||||||
},
|
},
|
||||||
icon: {
|
icon: {
|
||||||
width: 18,
|
width: 16,
|
||||||
height: 18,
|
height: 16,
|
||||||
marginLeft: 4
|
marginLeft: 4,
|
||||||
|
marginTop: 2,
|
||||||
|
marginBottom: 2,
|
||||||
},
|
},
|
||||||
text: {
|
text: {
|
||||||
fontSize: 15,
|
fontSize: 15,
|
||||||
|
|
Loading…
Reference in a new issue