@momentum-design/components 0.133.34 → 0.133.35
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.
|
@@ -157,7 +157,7 @@ class Tab extends IconNameMixin(LifeCycleMixin(Buttonsimple)) {
|
|
|
157
157
|
}
|
|
158
158
|
const isFilled = this.iconName.endsWith('-filled');
|
|
159
159
|
if (isFilled) {
|
|
160
|
-
return
|
|
160
|
+
return this.iconName;
|
|
161
161
|
}
|
|
162
162
|
const baseIcon = getIconNameWithoutStyle(this.iconName);
|
|
163
163
|
return `${baseIcon}-filled`;
|