fix: design adjustments
This commit is contained in:
parent
88f2a73ad6
commit
f5356c3d47
1 changed files with 3 additions and 2 deletions
|
@ -298,10 +298,11 @@ const styles = StyleSheet.create({
|
||||||
boxShadow: 'rgba(0, 0, 0, 0.3) 0px 5px 20px',
|
boxShadow: 'rgba(0, 0, 0, 0.3) 0px 5px 20px',
|
||||||
padding: 8,
|
padding: 8,
|
||||||
borderWidth: 1,
|
borderWidth: 1,
|
||||||
borderRadius: 8,
|
borderRadius: 16,
|
||||||
},
|
},
|
||||||
dropText: {
|
dropText: {
|
||||||
padding: 32,
|
paddingVertical: 44,
|
||||||
|
paddingHorizontal: 36,
|
||||||
borderStyle: 'dashed',
|
borderStyle: 'dashed',
|
||||||
borderRadius: 8,
|
borderRadius: 8,
|
||||||
borderWidth: 2,
|
borderWidth: 2,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue