Skip to content

Commit 0aa198d

Browse files
committed
feat: decrease the outer show art padding
1 parent 10c5ee8 commit 0aa198d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ShowImage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const styles = StyleSheet.create({
8181
albumContent: {
8282
flex: 1,
8383
justifyContent: 'space-between',
84-
paddingVertical: 20,
84+
paddingVertical: 16,
8585
paddingHorizontal: 0,
8686
},
8787
albumLogoContainer: {
@@ -91,7 +91,7 @@ const styles = StyleSheet.create({
9191
alignItems: 'flex-start',
9292
flex: 1,
9393
justifyContent: 'flex-end',
94-
paddingHorizontal: 20,
94+
paddingHorizontal: 16,
9595
},
9696
albumShowName: {
9797
color: '#FFFFFF',

0 commit comments

Comments
 (0)