@asd20/ui 3.2.800 → 3.2.801
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
|
@@ -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;
|