From 95dceb055b93afbca4dd3595614853d0ba997147 Mon Sep 17 00:00:00 2001 From: vineyardbovines Date: Fri, 17 Apr 2026 15:44:26 -0400 Subject: [PATCH] category row --- src/features/gifPicker/components/GifCategoryPills.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/features/gifPicker/components/GifCategoryPills.tsx b/src/features/gifPicker/components/GifCategoryPills.tsx index 888baa946e..b3bec77f2e 100644 --- a/src/features/gifPicker/components/GifCategoryPills.tsx +++ b/src/features/gifPicker/components/GifCategoryPills.tsx @@ -70,8 +70,8 @@ export function GifCategoryPills({ label={label} onPress={() => onSelect(category)} size="small" - variant={isActive ? 'solid' : 'outline'} - color={isActive ? 'primary' : 'secondary'} + variant={isActive ? 'solid' : 'ghost'} + color="secondary" shape="round">