@pocketprep/ui-kit 3.5.8 → 3.5.9

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.
@@ -546,7 +546,7 @@ export default class Button extends Vue {
546
546
  padding: 5px 11px;
547
547
  display: inline-flex;
548
548
  align-items: center;
549
- border: 1px solid rgba($pewter, 0.30);
549
+ border: 1px solid rgba($pewter, 0.85);
550
550
  border-radius: 13px;
551
551
 
552
552
  &:enabled {
@@ -564,10 +564,10 @@ export default class Button extends Vue {
564
564
  position: absolute;
565
565
  top: -5px;
566
566
  bottom: -5px;
567
- left: -8px;
568
- right: -8px;
567
+ left: -5px;
568
+ right: -5px;
569
569
  border: 1px solid $banana-bread;
570
- border-radius: 6px;
570
+ border-radius: 20px;
571
571
  }
572
572
  }
573
573
  }
package/lib/utils.ts CHANGED
@@ -61,8 +61,8 @@ export const studyModes = {
61
61
  name: 'Assignment',
62
62
  shortName: 'assignment',
63
63
  icon: 'assignment',
64
- iconColor: BrandColors.ash,
65
- iconColorDM: BrandColors.fog,
64
+ iconColor: BrandColors.caramel,
65
+ iconColorDM: BrandColors.cheddar,
66
66
  },
67
67
  } as const
68
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/ui-kit",
3
- "version": "3.5.8",
3
+ "version": "3.5.9",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {