@pocketprep/ui-kit 3.4.87 → 3.4.89

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.
@@ -126,19 +126,26 @@ export default class Tag extends Vue {
126
126
  &--active {
127
127
  border: none;
128
128
  background: $meadow;
129
- color: $scifi-takeout
129
+ color: $scifi-takeout;
130
130
  }
131
131
 
132
132
  &--pending {
133
133
  border: none;
134
134
  background: $buttermilk;
135
- color: $flat-brown
135
+ color: $flat-brown;
136
136
  }
137
137
 
138
138
  &--archived {
139
- border: none;
140
139
  background: $fog;
141
- color: $pickled-bluewood
140
+ color: $pickled-bluewood;
141
+ border-radius: 3px;
142
+ border: 1px solid rgba($pewter, 0.30);
143
+
144
+ &--dark {
145
+ color: $fog;
146
+ border: 1px solid rgba($pewter, 0.85);
147
+ background: rgba($pewter, 0.30);
148
+ }
142
149
  }
143
150
  }
144
151
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/ui-kit",
3
- "version": "3.4.87",
3
+ "version": "3.4.89",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {