Skip to content

Commit

Permalink
Align comment token code to actual theme token used
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellamaki committed Oct 25, 2024
1 parent c91944d commit b92c196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kolibri/plugins/coach/assets/src/views/common/QuizStatus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@
color: this.$themeTokens.textInverted,
'background-color': this.$themePalette.red.v_600,
// We need to use a darker color for hover than
// palette.red.v_300 but at the same time,
// palette.red.v_300 is the darkest available red
// palette.red.v_600 but at the same time,
// palette.red.v_600 is the darkest available red
// in the palette. Using this hardcoded color was
// agreed with designers.
':hover': { 'background-color': '#A81700' },
Expand Down

0 comments on commit b92c196

Please sign in to comment.