@magicgol/polyjuice 0.38.0 → 0.38.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magicgol/polyjuice",
3
- "version": "0.38.0",
3
+ "version": "0.38.1",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -3,7 +3,7 @@ $palette: (
3
3
  'brand': #d81159,
4
4
  'freemium' :#004781,
5
5
  'coin': #ffcf73,
6
- 'club': #FFCC5E,
6
+ 'club': #075169,
7
7
  'text': #343434,
8
8
  // ALERT
9
9
  'error': #ed4949,
@@ -54,7 +54,7 @@ export default {
54
54
  @import '../../../../assets/palette';
55
55
 
56
56
  .mg-club-square {
57
- background-color: lighten(map-get($palette, 'club'), 25%);
57
+ background-color: lighten(map-get($palette, 'club'), 45%);
58
58
 
59
59
  &--size {
60
60
  &-small {