about summary refs log tree commit diff
path: root/src/view/screens/PinnedFeeds.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/screens/PinnedFeeds.tsx')
-rw-r--r--src/view/screens/PinnedFeeds.tsx6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/view/screens/PinnedFeeds.tsx b/src/view/screens/PinnedFeeds.tsx
index 2a0e3deff..f87f8d284 100644
--- a/src/view/screens/PinnedFeeds.tsx
+++ b/src/view/screens/PinnedFeeds.tsx
@@ -91,7 +91,11 @@ export const PinnedFeeds = withAuthRequired(
                   accessibilityRole="button"
                   onLongPress={drag}
                   style={styles.itemContainer}>
-                  <FontAwesomeIcon icon="bars" size={20} style={styles.icon} />
+                  <FontAwesomeIcon
+                    icon="bars"
+                    size={20}
+                    style={[styles.icon, pal.text]}
+                  />
                   <SavedFeedItem item={item} savedFeeds={savedFeeds} />
                 </Pressable>
               </ShadowDecorator>