Skip to content

Commit

Permalink
LA-226 Updates UI to use the new Ethyca brand colors (#5668)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucanovera authored Jan 17, 2025
1 parent 6459162 commit fdd8b4b
Show file tree
Hide file tree
Showing 80 changed files with 853 additions and 586 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Changes can also be flagged with a GitHub label for tracking purposes. The URL o

## [Unreleased](https://github.com/ethyca/fides/compare/2.53.0...main)

### Changed
- Updated UI colors to new brand. Update logo, homepage cards. [#5668](https://github.com/ethyca/fides/pull/5668)



Expand Down
2 changes: 1 addition & 1 deletion clients/admin-ui/cypress/components/MainSideNav.cy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
NavConfigGroup,
} from "~/features/common/nav/v2/nav-config";

const ACTIVE_BACKGROUND_COLOR = "rgb(119, 69, 240)";
const ACTIVE_BACKGROUND_COLOR = "rgb(206, 202, 194)";
const INACTIVE_BACKGROUND_COLOR = "rgba(0, 0, 0, 0)";

const selectLinkColor = (title: string) =>
Expand Down
2 changes: 1 addition & 1 deletion clients/admin-ui/cypress/e2e/nav-bar.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe("Nav Bar", () => {
});

it("styles the active navigation link based on the current route", () => {
const ACTIVE_COLOR = "rgb(119, 69, 240)";
const ACTIVE_COLOR = "rgb(206, 202, 194)";
// Start on the Home page
cy.visit("/");

Expand Down
86 changes: 84 additions & 2 deletions clients/admin-ui/public/images/DatabaseIcon.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 fdd8b4b

Please sign in to comment.