mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2024-11-16 22:09:26 +08:00
Add spacing between entries in list view
This commit is contained in:
parent
e354335590
commit
946e455b83
1 changed files with 2 additions and 0 deletions
|
@ -986,6 +986,7 @@ export default function Home() {
|
|||
borderWidth: 1,
|
||||
borderRadius: 16,
|
||||
width: 256,
|
||||
marginVertical: 4,
|
||||
}}
|
||||
>
|
||||
<Text style={styles.text_white_tiny_bold}>
|
||||
|
@ -1018,6 +1019,7 @@ export default function Home() {
|
|||
borderWidth: 1,
|
||||
borderRadius: 16,
|
||||
width: 256,
|
||||
marginVertical: 4,
|
||||
}}
|
||||
>
|
||||
<Text style={styles.text_white_tiny_bold}>
|
||||
|
|
Loading…
Reference in a new issue