Skip to content

Commit

Permalink
fix: show dark assets in dark mode (fix #193)
Browse files Browse the repository at this point in the history
  • Loading branch information
camarm-dev committed Jul 4, 2024
1 parent b610ffe commit 5cd0323
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/src/theme/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -352,3 +352,16 @@ html {
https://ionicframework.com/docs/layout/dynamic-font-scaling */
--ion-dynamic-font: var(--ion-default-dynamic-font);
}


body.dark .new-version {
content: url("@/assets/newVersionDark.png");
}

body.dark .new-base {
content: url("@/assets/newBaseDark.png");
}

body.dark .changelog {
content: url("@/assets/changelogDark.png");
}

0 comments on commit 5cd0323

Please sign in to comment.