diff options
Diffstat (limited to 'src/view/shell/desktop/RightNav.tsx')
-rw-r--r-- | src/view/shell/desktop/RightNav.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/shell/desktop/RightNav.tsx b/src/view/shell/desktop/RightNav.tsx index 4fae64fef..02165d3c6 100644 --- a/src/view/shell/desktop/RightNav.tsx +++ b/src/view/shell/desktop/RightNav.tsx @@ -158,6 +158,7 @@ const styles = StyleSheet.create({ alignItems: 'center', gap: 8, marginHorizontal: 12, + marginTop: 8, }, darkModeToggleIcon: { flexDirection: 'row', |