We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a02f04 commit 0767170Copy full SHA for 0767170
1 file changed
examples/hello-world/app/main.py
@@ -48,15 +48,15 @@ def MainTabs() -> pn.Element:
48
component=HomeScreen,
49
options={
50
"title": "Home",
51
- "tab_bar_icon": {"ios": "house.fill", "android": "ic_menu_home"},
+ "tab_bar_icon": {"ios": "house.fill", "android": "ic_menu_compass"},
52
},
53
),
54
Tab.Screen(
55
"Layout",
56
component=LayoutScreen,
57
58
"title": "Layout",
59
- "tab_bar_icon": {"ios": "square.grid.2x2.fill", "android": "ic_menu_view"},
+ "tab_bar_icon": {"ios": "square.grid.2x2.fill", "android": "ic_menu_gallery"},
60
61
62
0 commit comments