mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 09:09:29 +01:00
tweak height to match art
This commit is contained in:
parent
a1b6aa6732
commit
df783a074b
@ -60,7 +60,7 @@ const Category = React.memo<{
|
||||
|
||||
const Nothing = () => (
|
||||
<View style={styles.nothingHereContent}>
|
||||
<NothingHere height={styles.nothingHereContent.height} />
|
||||
<NothingHere height={160} width={160} />
|
||||
</View>
|
||||
)
|
||||
|
||||
@ -123,7 +123,7 @@ const styles = StyleSheet.create({
|
||||
},
|
||||
nothingHereContent: {
|
||||
width: '100%',
|
||||
height: 190,
|
||||
height: 200,
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center',
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user