@asd20/ui 3.2.800 → 3.2.802

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.800",
8
+ "version": "3.2.802",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -292,6 +292,10 @@ export default {
292
292
  &::v-deep .asd20-button__label {
293
293
  color: rgb(235, 235, 235) !important;
294
294
  }
295
+ &::v-deep .asd20-icon {
296
+ --line-color: rgb(235, 235, 235) !important;
297
+ --fill-color: rgb(235, 235, 235) !important;
298
+ }
295
299
  }
296
300
  .right {
297
301
  display: flex;
@@ -184,9 +184,9 @@ export default {
184
184
  svg {
185
185
  fill: var(--color__accent) !important;
186
186
  }
187
- span {
188
- background: var(--color__accent) !important;
189
- }
187
+ // span {
188
+ // background: var(--color__on-primary) !important;
189
+ // }
190
190
  }
191
191
  }
192
192
  }