2
0
Эх сурвалжийг харах

💄 style(tab-bar): update selected tab color

- set selectedColor to '#fa4126' for tab bar active state
yourname 1 сар өмнө
parent
commit
ff2d2663b8

+ 1 - 0
mini/src/layouts/tab-bar-layout.tsx

@@ -79,6 +79,7 @@ export const TabBarLayout: React.FC<TabBarLayoutProps> = ({ children, activeKey,
         onChange={handleTabChange}
         fixed={true}
         safeArea={true}
+        selectedColor='#fa4126'
       />
     </View>
   )