cortex-react-ui 0.1.94 → 0.1.95

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.
@@ -77,6 +77,10 @@
77
77
  .ui-menuItem-btn {
78
78
  color: get-map-deep($internal-props, "item.colorDisable");
79
79
  }
80
+
81
+ .ui-menuItem-icon {
82
+ opacity: 0.2;
83
+ }
80
84
  }
81
85
 
82
86
  .ui-menuItem-btn {
@@ -95,6 +99,8 @@
95
99
  }
96
100
 
97
101
  .ui-menuItem-icon {
102
+ display: flex;
103
+ align-items: center;
98
104
  margin-right: $spacer-xs;
99
105
  }
100
106
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cortex-react-ui",
3
- "version": "0.1.94",
3
+ "version": "0.1.95",
4
4
  "description": "React UI",
5
5
  "author": "Anthony",
6
6
  "license": "MIT",