Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into issue-#1504
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandSchtroumpf committed Oct 15, 2024
2 parents 39fa4a6 + 52b51c6 commit c71a4b5
Show file tree
Hide file tree
Showing 15 changed files with 200 additions and 85 deletions.
2 changes: 1 addition & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ SENTRY_AUTH_TOKEN=

# E2E
CI=false
TENDERLY_ACCESS_KEY=
VITE_TENDERLY_ACCESS_KEY=
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,10 @@ All other colors are defined with l,c,h values (see https://oklch.com), and the

You can change the % of the `lighten` & `darken` function with the [`lightDark`](./tailwind.config.ts#L20) function.

### Opt-in to gradient branding

To set the gradient branding in the app, the flag `useGradientBranding` in the network config must be set to true. The gradient branding colors are set in the `tailwind.config.ts` file under the `theme.colors.primaryGradient` key.

## Change font

The application uses two fonts :
Expand Down
32 changes: 19 additions & 13 deletions src/assets/icons/wallet-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 18 additions & 14 deletions src/assets/icons/wallet-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 26 additions & 13 deletions src/assets/icons/wallet-3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 18 additions & 10 deletions src/assets/icons/wallet-4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 17 additions & 9 deletions src/assets/icons/wallet-5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 20 additions & 10 deletions src/assets/icons/wallet-6.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 c71a4b5

Please sign in to comment.