@pocketprep/ui-kit 3.0.25 → 3.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2774,7 +2774,7 @@ export default class Question extends Vue {
2774
2774
  }
2775
2775
 
2776
2776
  &--selected#{&}--answer {
2777
- background-color: $chromophobia-green;
2777
+ background-color: $cadaverous;
2778
2778
  color: $white;
2779
2779
  border: none;
2780
2780
 
@@ -2784,7 +2784,7 @@ export default class Question extends Vue {
2784
2784
  }
2785
2785
 
2786
2786
  &--answer:not(&--selected) {
2787
- color: $chromophobia-green;
2787
+ color: $cadaverous;
2788
2788
  }
2789
2789
 
2790
2790
  &--answer--dark:not(&--selected) {
@@ -3142,11 +3142,15 @@ export default class Question extends Vue {
3142
3142
  }
3143
3143
 
3144
3144
  &--correct {
3145
- background-color: $green;
3145
+ background-color: $cadaverous;
3146
+
3147
+ &--dark {
3148
+ background-color: $jungle-green;
3149
+ }
3146
3150
  }
3147
3151
 
3148
3152
  &--incorrect {
3149
- background-color: $brand-red;
3153
+ background-color: $pepper;
3150
3154
 
3151
3155
  &--dark {
3152
3156
  background-color: $rosa;
@@ -3250,7 +3254,7 @@ export default class Question extends Vue {
3250
3254
  flex-direction: column;
3251
3255
  align-items: center;
3252
3256
  flex: 1;
3253
- background-color: rgba($green, 0.13);
3257
+ background-color: rgba($cadaverous, 0.13);
3254
3258
  padding: 9px 0;
3255
3259
  border-radius: 6px;
3256
3260
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/ui-kit",
3
- "version": "3.0.25",
3
+ "version": "3.0.26",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {