Skip to content

Commit

Permalink
test icon with higher contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
korbinian90 committed Nov 15, 2024
1 parent 02b93d3 commit d357d11
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added niivue/public/niivue_icon_transparent2_full.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion niivue/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineConfig({
theme_color: '#ffffff',
icons: [
{
src: 'niivue_icon_transparent2.png',
src: 'niivue_icon_transparent_contrast.png',
sizes: '200x200',
type: 'image/png',
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@
".gii"
],
"icon": {
"light": "./niivue_icon_transparent2.png",
"dark": "./niivue_icon_transparent2.png"
"light": "./niivue_icon_transparent_contrast.png",
"dark": "./niivue_icon_transparent_contrast.png"
}
}
]
Expand Down

0 comments on commit d357d11

Please sign in to comment.