about summary refs log tree commit diff
path: root/src/view/shell/Drawer.tsx
diff options
context:
space:
mode:
authorAnsh <anshnanda10@gmail.com>2023-10-02 13:28:18 -0700
committerGitHub <noreply@github.com>2023-10-02 13:28:18 -0700
commit2f157c152a59dc8bda3d4409204d850c2ac256a1 (patch)
tree236c9be3c50154c8a84023b7ceac9063f668abef /src/view/shell/Drawer.tsx
parent90b18cf004860fbeddbfe9d43743833a9d86eec4 (diff)
downloadvoidsky-2f157c152a59dc8bda3d4409204d850c2ac256a1.tar.zst
fix styling when on FeedsTab (#1574)
Diffstat (limited to 'src/view/shell/Drawer.tsx')
-rw-r--r--src/view/shell/Drawer.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/shell/Drawer.tsx b/src/view/shell/Drawer.tsx
index 174e4a806..51a846c4a 100644
--- a/src/view/shell/Drawer.tsx
+++ b/src/view/shell/Drawer.tsx
@@ -273,6 +273,7 @@ export const DrawerContent = observer(function DrawerContentImpl() {
             label="Feeds"
             accessibilityLabel="Feeds"
             accessibilityHint=""
+            bold={isAtFeeds}
             onPress={onPressMyFeeds}
           />
           <MenuItem