瀏覽代碼

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

- set selectedColor to '#fa4126' for tab bar active state
yourname 1 月之前
父節點
當前提交
ff2d2663b8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      mini/src/layouts/tab-bar-layout.tsx

+ 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>
   )