@asd20/ui 3.2.723 → 3.2.725

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.723",
8
+ "version": "3.2.725",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -276,6 +276,12 @@ export default {
276
276
  background: rgba(255, 255, 255, 0.25);
277
277
  }
278
278
  }
279
+ &::v-deep .asd20-button--reversed {
280
+ .asd20-icon {
281
+ color: white;
282
+ --line-color: white;
283
+ }
284
+ }
279
285
  }
280
286
  }
281
287