From 33a87ca22ead24d591b6076d9b69e12dfcdcd41f Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Mon, 30 Oct 2023 19:18:02 -0700 Subject: [PATCH] Yep, one pixel --- src/view/shell/desktop/LeftNav.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index 81518994..2679a664 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -461,7 +461,7 @@ const styles = StyleSheet.create({ width: 140, borderRadius: 24, paddingTop: 10, - paddingBottom: 13, // visually aligns the text vertically inside the button + paddingBottom: 12, // visually aligns the text vertically inside the button paddingLeft: 16, paddingRight: 18, // looks nicer like this backgroundColor: colors.blue3,