@coorpacademy/components 11.17.1-alpha.61.2 → 11.17.1-alpha.62.3

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.
@@ -118,8 +118,10 @@
118
118
  }
119
119
 
120
120
  .activeIcon {
121
- width: 15px;
122
- height: 15px;
121
+ width: 16px;
122
+ height: 16px;
123
+ min-width: 16px;
124
+ min-height: 16px;
123
125
  padding-right: 4px;
124
126
  color: cm_green_200;
125
127
  }
@@ -118,8 +118,10 @@
118
118
  }
119
119
 
120
120
  .activeIcon {
121
- width: 15px;
122
- height: 15px;
121
+ width: 16px;
122
+ height: 16px;
123
+ min-width: 16px;
124
+ min-height: 16px;
123
125
  padding-right: 4px;
124
126
  color: cm_green_200;
125
127
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "11.17.1-alpha.61.2+85e64a47f",
3
+ "version": "11.17.1-alpha.62.3+94c9c7a16",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -168,5 +168,5 @@
168
168
  "last 2 versions",
169
169
  "IE 11"
170
170
  ],
171
- "gitHead": "85e64a47f66cb13ae51ffbcadd1f1123ed8e02d3"
171
+ "gitHead": "94c9c7a166a0cec264086b7dc69324dbe7687ae5"
172
172
  }