From 38b8415c73a5dbcce2638bd51daac8c4dd683b5f Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Tue, 21 Sep 2021 17:09:59 -0300 Subject: [PATCH] Decrease create workspace button height --- app/views/RoomsListView/styles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/RoomsListView/styles.js b/app/views/RoomsListView/styles.js index 65c73502a..8c94c5fdb 100644 --- a/app/views/RoomsListView/styles.js +++ b/app/views/RoomsListView/styles.js @@ -58,7 +58,7 @@ export default StyleSheet.create({ ...sharedStyles.textRegular }, buttonCreateWorkspace: { - height: 56, + height: 46, justifyContent: 'center', marginBottom: 0 }