Skip to content

Commit

Permalink
fix: the text on the "Easy" button is almost unreadable in the dark m…
Browse files Browse the repository at this point in the history
…ode (#140)

Fixes #115
  • Loading branch information
akdasa authored Feb 6, 2023
1 parent 28ad793 commit 6c02acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/decks/review/components/GradeCardButtons.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const emit = defineEmits<{
background-color: var(--ion-color-danger-tint);
}
&.hard {
background-color: var(--ion-color-warning-tint);
background-color: var(--ion-color-warning-shade);
}
&.good {
background-color: var(--ion-color-success-shade);
Expand Down

0 comments on commit 6c02acf

Please sign in to comment.