Skip to content

Commit

Permalink
fix: remove brand-blue usages where primary is applicable
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Nov 22, 2023
1 parent 0fe6929 commit 1f93511
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 38 deletions.
35 changes: 0 additions & 35 deletions frontend/src/lib/icons/HogIcon.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion frontend/src/lib/lemon-ui/Spinner/Spinner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
height: 1em;
flex-shrink: 0;

--spinner-color: var(--brand-blue);
--spinner-color: var(--primary-3000);

&.Spinner--textColored {
--spinner-color: currentColor;
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/scenes/notebooks/Notebook/Notebook.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@
}

&.Backlink--active {
border: 1px solid var(--brand-blue);
background: var(--brand-blue);
border: 1px solid var(--primary-3000);
background: var(--primary-3000);
color: var(--white);

& .Backlink__label,
Expand Down

0 comments on commit 1f93511

Please sign in to comment.