mediacube-ui 0.1.43 → 0.1.44

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediacube-ui",
3
- "version": "0.1.43",
3
+ "version": "0.1.44",
4
4
  "description": "Design system for Mediacube services",
5
5
  "author": "Mediacube",
6
6
  "private": false,
@@ -176,6 +176,8 @@ export default {
176
176
  justify-content: center;
177
177
  align-items: center;
178
178
  font-weight: $font-weight-bold;
179
+ // Для выравнивания иконки по центру кнопки
180
+ line-height: 100%;
179
181
  color: $color-white;
180
182
  width: 100%;
181
183
  height: 100%;