Skip to content

Commit

Permalink
fix(StoreThemes): ajout d'un nouveau thème 'Service de cantine' avec …
Browse files Browse the repository at this point in the history
…ses couleurs et image de fond
  • Loading branch information
tryon-dev committed Feb 10, 2025
1 parent 6ba24f2 commit fdf9f7d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Binary file added assets/images/cards/Carte_Cover_Unknown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/views/account/Restaurant/Cards/StoreThemes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ export interface StoreTheme {
}

export const STORE_THEMES = [
{
id: "unknown",
name: "Service de cantine",
colors: {
text: "#FFFFFF",
background: "#29947A",
accent: "#134438",
},
background: require("../../../../../assets/images/cards/Carte_Cover_Unknown.png"),
},
{
id: "izly",
name: "Izly by Crous",
Expand Down

0 comments on commit fdf9f7d

Please sign in to comment.