Decrease create workspace button height

This commit is contained in:
Diego Mello 2021-09-21 17:09:59 -03:00
parent d6f9d1d64a
commit 38b8415c73
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ export default StyleSheet.create({
...sharedStyles.textRegular
},
buttonCreateWorkspace: {
height: 56,
height: 46,
justifyContent: 'center',
marginBottom: 0
}