Skip to content

Commit

Permalink
feat(controller-presets): add flippyflop whitelabel (#600)
Browse files Browse the repository at this point in the history
* feat(controller-presets): add flippyflop whitelabel

* format
  • Loading branch information
Larkooo authored Aug 20, 2024
1 parent f25e11d commit 1c6b5df
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 @@ -101,4 +101,13 @@ export const defaultPresets: ControllerThemePresets = {
primary: "#A144B2",
},
},
flippyflop: {
id: "flippyflop",
name: "FlippyFlop",
icon: "/whitelabel/flippyflop/icon.png",
cover: "/whitelabel/flippyflop/cover.png",
colors: {
primary: "#F38332",
},
},
};
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.

0 comments on commit 1c6b5df

Please sign in to comment.