Skip to content

Commit

Permalink
Rebrand: Update brand scales in the side search
Browse files Browse the repository at this point in the history
panel and category modal
  • Loading branch information
MisRob committed Feb 21, 2024
1 parent 2410528 commit 1a84f66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
activityActiveStyles() {
return {
backgroundColor: this.$themeBrand.primary.v_50,
backgroundColor: this.$themeBrand.primary.v_200,
border: '2px',
borderColor: this.$themeTokens.primary,
borderStyle: 'solid',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
methods: {
appearanceOverrides(category, bolded) {
const activeOverrides = {
backgroundColor: this.$themeBrand.primary.v_50,
backgroundColor: this.$themeBrand.primary.v_200,
border: '2px',
borderColor: this.$themeTokens.primary,
borderStyle: 'solid',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
},
categoryListItemActiveStyles() {
return {
backgroundColor: this.$themeBrand.primary.v_50,
backgroundColor: this.$themeBrand.primary.v_200,
border: '2px',
borderColor: this.$themeTokens.primary,
borderStyle: 'solid',
Expand Down

0 comments on commit 1a84f66

Please sign in to comment.