Skip to content
This repository was archived by the owner on Aug 13, 2018. It is now read-only.

Commit b99503e

Browse files
authored
Merge pull request #8 from zekedran/design-enh-fix-padding
Fixing center alignment issues and removing extra padding
2 parents 0fd6d15 + 1203387 commit b99503e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/SnackBar.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,13 @@ const styles = StyleSheet.create({
3535
},
3636

3737
text: {
38-
padding: 24,
38+
padding: 15,
3939
fontSize: 16
4040
},
4141

4242
inlineText: {
43+
flex: 1,
44+
padding: 15,
4345
fontSize: 16
4446
},
4547

@@ -63,6 +65,7 @@ const styles = StyleSheet.create({
6365

6466
inlineRow: {
6567
flexDirection: 'row',
68+
alignItems:'center',
6669
justifyContent: 'space-between',
6770
padding: 18
6871
},

0 commit comments

Comments
 (0)