frontend: adjust collapsible component

I don't even know if I'm going to use this
Pedro Lucas Porcellis porcellis@eletrotupi.com 1 month ago b4d6814cd1d361518f79b5f8d9b78696e1a20dc2
Parents: 03018f2
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