@pocketprep/ui-kit 3.4.27 → 3.4.28

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.
@@ -471,7 +471,7 @@ export default class Select extends Vue {
471
471
  caret-color: $brand-blue;
472
472
  padding: 9px 11px;
473
473
  font-size: 15px;
474
- line-height: 18px;
474
+ line-height: 20px;
475
475
  width: 100%;
476
476
  height: 36px;
477
477
  box-sizing: border-box;
@@ -510,13 +510,13 @@ export default class Select extends Vue {
510
510
  }
511
511
 
512
512
  &--disabled {
513
- background: $gray-background;
514
- border: 1px solid $gray-background;
515
- color: $slate-03;
513
+ background-color: $gray-background;
514
+ border: 1px solid rgba($pewter, 0.5);
515
+ color: $slate;
516
516
 
517
517
  &--dark {
518
- border-color: $moonlit-ocean;
519
- background-color: $moonlit-ocean;
518
+ color: $steel;
519
+ background-color: rgba($moonlit-ocean, 0.5);
520
520
  }
521
521
  }
522
522
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/ui-kit",
3
- "version": "3.4.27",
3
+ "version": "3.4.28",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {