diff options
Diffstat (limited to 'src/components/Favorites.tsx')
| -rw-r--r-- | src/components/Favorites.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Favorites.tsx b/src/components/Favorites.tsx index 4c8dc37..54f876c 100644 --- a/src/components/Favorites.tsx +++ b/src/components/Favorites.tsx @@ -65,7 +65,7 @@ export const Favorites: React.FC<{active: boolean}> = (_) => { disabled={isActive} hitSlop={10} className="pr-2 py-3"> - <Icon name="drag-indicator" size={21} color="#222" /> + <Icon name="drag-indicator" size={21} color="#333" /> </TouchableOpacity> <AppLabel app={app} /> |
