Skip to content

Commit

Permalink
Update eternum preset (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev authored Dec 4, 2024
1 parent 8e732a6 commit 56bfce9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/controller/src/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ export const defaultPresets: ControllerThemePresets = {
eternum: {
id: "eternum",
name: "Eternum",
icon: "/whitelabel/eternum/icon.gif",
icon: "/whitelabel/eternum/icon.svg",
cover: "/whitelabel/eternum/cover.png",
colors: {
primary: "#CE9822",
primary: "#dc8b07",
},
},
pistols: {
Expand Down
Binary file modified packages/keychain/public/whitelabel/eternum/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
3 changes: 3 additions & 0 deletions packages/keychain/public/whitelabel/eternum/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ export const Default: Story = {

export const WithTheme: Story = {
parameters: {
preset: "loot-survivor",
preset: "eternum",
},
args: {
theme: {
id: "loot-survivor",
name: "Loot Survivor",
id: "eternum",
name: "Eternum",
},
usernameField: {
value: "",
Expand Down

0 comments on commit 56bfce9

Please sign in to comment.