1 file(s) changed
- frontend/components/ui/collapsible.tsx +1 -1
frontend/components/ui/collapsible.tsx
@@ -21,7 +21,7 @@ <IconSymbol
21 21 name="chevron.right"
22 22 size={18}
23 23 weight="medium"
24 - color={theme === 'light' ? Colors.light.icon : Colors.dark.icon}
24 + color={Colors.light.icon}
25 25 style={{ transform: [{ rotate: isOpen ? '90deg' : '0deg' }] }}
26 26 />
27 27