Skip to content

Commit

Permalink
ui: change default theme to bitcoin
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkeaton committed Jan 31, 2025
1 parent c9087de commit 20e940b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boot/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ window.windowMixin = {
this.$q.localStorage.getItem("cashu.theme")
);
} else {
this.changeColor("monochrome");
this.changeColor("bitcoin");
}

// only for iOS
Expand Down

0 comments on commit 20e940b

Please sign in to comment.