Skip to content

Commit 00621f4

Browse files
committed
Explicitly invoke updateFamilyStyles with the DEFAULT_FAMILY_STYLES when
not pro()
1 parent ef3afad commit 00621f4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/fa-icon-chooser/src/components/fa-icon-chooser/fa-icon-chooser.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,10 @@ export class FaIconChooser {
343343
}
344344
}
345345

346+
if (!this.pro()) {
347+
this.updateFamilyStyles(DEFAULT_FAMILY_STYLES);
348+
}
349+
346350
const isLite = kit.licenseSelected === 'pro' && embedProSvg.length === 0;
347351

348352
// Temporary pro lite and pro lite plus handling

0 commit comments

Comments
 (0)