Skip to content

Commit

Permalink
refactor: Implement brand colors (#2141)
Browse files Browse the repository at this point in the history
- Pull colors from hickory tailwind theme
- Minor updates to buttons to match website branded buttons
  • Loading branch information
SuaYoo authored Nov 12, 2024
1 parent d1dbbbe commit 6aaf9c9
Show file tree
Hide file tree
Showing 20 changed files with 79 additions and 71 deletions.
2 changes: 1 addition & 1 deletion assets/browsertrix-lockup-color-dynamic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions frontend/.yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ignore-engines true
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM --platform=$BUILDPLATFORM docker.io/library/node:18 as build_deps

WORKDIR /app
COPY yarn.lock package.json ./
COPY .yarnrc yarn.lock package.json ./
# Uses a cache mount for the Yarn cache so that it's not included in subsequent steps
RUN --mount=type=cache,target=/root/.yarn YARN_CACHE_FOLDER=/root/.yarn yarn --production --frozen-lockfile --ignore-optional --network-timeout 1000000

Expand Down
1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@types/sinon": "^10.0.6",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@webrecorder/hickory": "^0.0.10",
"@xstate/fsm": "^1.6.2",
"@zxcvbn-ts/core": "^3.0.4",
"@zxcvbn-ts/language-common": "^3.0.4",
Expand Down
Loading

0 comments on commit 6aaf9c9

Please sign in to comment.