Skip to content

Commit

Permalink
fix: icon path
Browse files Browse the repository at this point in the history
  • Loading branch information
yangmingshan committed May 26, 2024
1 parent 8bb14db commit d5f5c23
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions template/base/src/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"style": "black",
"color": "#181818",
"bgColor": "#ffffff",
"homeIcon": "/assets/home-light.png",
"homeSelectedIcon": "/assets/home-light-selected.png",
"mineIcon": "/assets/mine-light.png",
"mineSelectedIcon": "/assets/mine-light-selected.png"
"homeIcon": "/images/home-light.png",
"homeSelectedIcon": "/images/home-light-selected.png",
"mineIcon": "/images/mine-light.png",
"mineSelectedIcon": "/images/mine-light-selected.png"
},
"dark": {
"style": "white",
"color": "#ffffff",
"bgColor": "#181818",
"homeIcon": "/assets/home-dark.png",
"homeSelectedIcon": "/assets/home-dark-selected.png",
"mineIcon": "/assets/mine-dark.png",
"mineSelectedIcon": "/assets/mine-dark-selected.png"
"homeIcon": "/images/home-dark.png",
"homeSelectedIcon": "/images/home-dark-selected.png",
"mineIcon": "/images/mine-dark.png",
"mineSelectedIcon": "/images/mine-dark-selected.png"
}
}

0 comments on commit d5f5c23

Please sign in to comment.