Skip to content

Commit

Permalink
fix: change hooks testnet network color (#755)
Browse files Browse the repository at this point in the history
## High Level Overview of Change

This PR changes the color of the hooks testnet from red-purple to
magenta.

### Context of Change

Requested by @bugsbunnies for accessibility purposes

### Type of Change

- [x] Bug fix (non-breaking change which fixes an issue)

### TypeScript/Hooks Update

N/A


## Test Plan

Works locally.
  • Loading branch information
mvadari authored Jun 22, 2023
1 parent 8ba133a commit 5c1fb89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/containers/Header/NetworkPicker/NetworkPicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

/* stylelint-disable-next-line selector-class-pattern -- needed here for variables */
&.network-hooks_testnet {
@include dropdown-network-item($hooks-testnet, $red-purple-60);
@include dropdown-network-item($hooks-testnet, $magenta-40);
}

&.network-custom {
Expand Down
2 changes: 1 addition & 1 deletion src/containers/shared/css/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ $white-transparent: rgb(255 255 255 / 75%);
// Networks
$testnet: $orange;
$devnet: $blue-purple-30;
$hooks-testnet: $red-purple-30;
$hooks-testnet: $magenta-30;
$custom: $yellow-50;

// Feature Sets
Expand Down

0 comments on commit 5c1fb89

Please sign in to comment.