Skip to content

Commit

Permalink
New light and dark theme colors (#4156)
Browse files Browse the repository at this point in the history
# Motivation

Apply the new light and dark theme colors.

# Changes

- bump gix-cmp v4@next
  • Loading branch information
peterpeterparker authored Jan 10, 2024
1 parent 4ef5332 commit 9cc0040
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 18 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-Nns-Dapp-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ proposal is successful, the changes it released will be moved from this file to
#### Changed

* Default to main account on wallet page when `account` parameter is missing from the URL.
* New light and dark theme colors.

#### Deprecated

Expand Down
12 changes: 6 additions & 6 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 1 addition & 12 deletions frontend/src/tests/e2e/images.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,7 @@ test("Test images load on accounts page", async ({ page, context }) => {
await step("Check images before signing");
await expectImagesLoaded({
page,
sources: [
"icp-rounded.svg",
"icp-rounded.svg",
"logo-nns.svg",
"logo-onchain-light.svg",
"menu-bg-light.png",
],
sources: ["icp-rounded.svg", "icp-rounded.svg"],
});

await signInWithNewUser({ page, context });
Expand All @@ -78,9 +72,6 @@ test("Test images load on accounts page", async ({ page, context }) => {
"icp-rounded.svg",
// ICP universe card in the universes selector modal
"icp-rounded.svg",
// Menu
"logo-nns.svg",
"logo-onchain-light.svg",
// logo.png are for all the different SNSes and are loaded from the
// aggregator:
"logo.png",
Expand All @@ -94,8 +85,6 @@ test("Test images load on accounts page", async ({ page, context }) => {
"logo.png",
"logo.png",
"logo.png",
// Menu background
"menu-bg-light.png",
],
});
});
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9cc0040

Please sign in to comment.