Skip to content

Commit

Permalink
console: Fix color
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaplots committed Feb 1, 2024
1 parent 0f02235 commit 3a1f579
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/webui/components/news-panel/news-item/news-item.styl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
padding: $cs.xs

&:hover
background-color: var(--c-bg-brand-extralight)
background-color: var(--c-bg-brand-light)

.image
border-radius: $br.l
Expand Down
4 changes: 2 additions & 2 deletions pkg/webui/styles/variables/tokens.styl
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ $tokens = {

// Brand

'bg-brand-extralight': $c.tts-050 // Background for navigation elements background.
'bg-brand-light': $c.tts-100 // ?
'bg-brand-extralight': $c.tts-025 // Background for navigation elements background.
'bg-brand-light': $c.tts-050 // ?
'bg-brand-normal': $c.tts-500 // Background for highlight elements.
'bg-brand-normal-hover': $c.tts-600 // Background for highlight elements on hover.

Expand Down

0 comments on commit 3a1f579

Please sign in to comment.