Skip to content

Commit

Permalink
feat(branding): new colors + hero (#10)
Browse files Browse the repository at this point in the history
* adding custom colors

* new colors & hero

* remove modif

* put back config
  • Loading branch information
indaviande authored Jan 8, 2025
1 parent 4adfedc commit b90a143
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions merkl.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default createConfig({
},
supplyCredits: [],
hero: {
bannerOnAllPages: false, // show banner on all pages
bannerOnAllPages: true, // show banner on all pages
invertColors: true, // Light mode: light text on dark background (instead of dark text on light background)
},
opportunityFilters: {
Expand Down Expand Up @@ -115,7 +115,7 @@ export default createConfig({
},
themes: {
puffer: {
base: createColoring(["#2A35BD", "#BFFF37", "#FFFFFF"], ["#2A35BD", "#BFFF37", "#FFFFFF"]),
base: createColoring(["#7D85F7", "#0672EE", "#0D1530"], ["#FFFFFF", "#0672EE", "#FFFFFF"]),
info: createColoring(["#2ABDFF", "#2ABDFF", "#131620"], ["#FFFFFF", "#40B66B", "white"]),
good: createColoring(["#40B66B", "#40B66B", "#131620"], ["#FFFFFF", "#40B66B", "white"]),
warn: createColoring(["#ff9600", "#ff9600", "#131620"], ["#FFFFFF", "#40B66B", "white"]),
Expand Down
Binary file modified src/customer/assets/images/hero.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/routes/_merkl.(home).(opportunities).tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export default function Index() {
</Title>
</>
)}

<OpportunityLibrary opportunities={opportunities} chains={chains} count={count} protocols={protocols} />
</Group>
</Container>
Expand Down

0 comments on commit b90a143

Please sign in to comment.