@ldmjs/ui 1.0.93 → 1.0.94

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.
@@ -178,8 +178,11 @@ body {
178
178
  }
179
179
  }
180
180
 
181
- .v-icon, svg {
182
- margin-right: 4px;
181
+ .v-btn__content {
182
+ .v-icon,
183
+ svg {
184
+ margin-right: 4px;
185
+ }
183
186
  }
184
187
 
185
188
  svg.primary--text {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ldmjs/ui",
3
- "version": "1.0.93",
3
+ "version": "1.0.94",
4
4
  "description": "ldm ui",
5
5
  "main": "dist/index.js",
6
6
  "engines": {