Commit 6297f2d3 by Tonk

update bottom tab icon

parent 777f8030
......@@ -117,9 +117,9 @@ const BottomNavigationTabs = props => {
const BottomTabs = [
{ label: 'Device', icon: { name: 'home' } },
{ label: 'Timer', icon: { name: 'md-time' } },
{ label: 'Timer', icon: { type: 'MaterialIcons', name: 'timer' } },
{ label: 'History', icon: { type: 'SimpleLineIcons', name: 'chart' } },
{ label: 'Share', icon: { name: 'ios-share-alt' } },
{ label: 'Share', icon: { type: 'SimpleLineIcons', name: 'action-redo' } },
{ label: 'Setting', icon: { type: 'SimpleLineIcons', name: 'settings' } },
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment