update icon

This commit is contained in:
2025-10-30 16:37:34 +07:00
parent 4fda7c77ab
commit d717a360b7
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ export default function TabLayout() {
<Tabs.Screen
name="setting"
options={{
title: "Setting",
title: "Cài đặt",
tabBarIcon: ({ color }) => (
<IconSymbol size={28} name="gear" color={color} />
),