Skip to content

Commit

Permalink
chore: update CssImport path for locale-combo-box.css
Browse files Browse the repository at this point in the history
  • Loading branch information
elPeiretti authored and javier-godoy committed Sep 13, 2024
1 parent 90f42c0 commit 70e6438
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@SuppressWarnings("serial")
@NpmPackage(value = "flag-icons", version = "7.2.3")
@CssImport("flag-icons/css/flag-icons.min.css")
@CssImport("styles/locale-combo-box.css")
@CssImport("./styles/locale-combo-box.css")
public class LocaleComboBox extends ComboBox<Locale> {

private static final String ITEM_LAYOUT_CLASS_NAME = "fc-locale-combo-box-item-layout";
Expand Down

0 comments on commit 70e6438

Please sign in to comment.