Skip to content

Commit

Permalink
Merge pull request #12 from gnosis/style-update
Browse files Browse the repository at this point in the history
style:  update to latest figma
  • Loading branch information
Luigy-Lemon authored Dec 19, 2023
2 parents 3454bc2 + 7f3580d commit 3de0c24
Show file tree
Hide file tree
Showing 9 changed files with 216 additions and 40 deletions.
6 changes: 3 additions & 3 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const ethereumClient = new EthereumClient(wagmiConfig, chains);

function App() {
return (
<div className="App">
<div className="App bg-gradient-to-b from-[#F0EBDE] to-[#EAE5D9] min-h-screen">
<WagmiConfig config={wagmiConfig}>
<Home />
</WagmiConfig>
Expand All @@ -55,8 +55,8 @@ function App() {
ethereumClient={ethereumClient}
themeVariables={{
"--w3m-font-family": "Roboto, sans-serif",
"--w3m-accent-color": "#FFC549",
"--w3m-accent-fill-color": "#1C352A",
"--w3m-accent-color": "#DD7143",
"--w3m-accent-fill-color": "#FFF",
"--w3m-overlay-background-color": "#3A6657",
}}
themeMode="dark"
Expand Down
3 changes: 3 additions & 0 deletions src/assets/gnosis-chain.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3de0c24

Please sign in to comment.