Skip to content

Commit

Permalink
add zktt preset (#1011)
Browse files Browse the repository at this point in the history
* add zktt preset

* run linter
  • Loading branch information
turnwol7 authored Nov 10, 2024
1 parent 0df29f2 commit c558477
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/controller/src/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,15 @@ export const defaultPresets: ControllerThemePresets = {
primary: "#33FF33",
},
},
zktt: {
id: "zktt",
name: "zKTT",
icon: "/whitelabel/zktt/icon.png",
cover: "/whitelabel/zktt/cover.png",
colors: {
primary: "#FFFFFF",
},
},
"tale-weaver": {
id: "tale-weaver",
name: "Tale Weaver",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/keychain/public/whitelabel/zktt/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c558477

Please sign in to comment.