Update button icon when icon path changes (#1833)

This commit is contained in:
Matt Irvine
2018-07-03 11:58:43 -07:00
committed by GitHub
parent 014bca031c
commit c1509cf09d

View File

@@ -103,6 +103,8 @@ export default class ButtonComponent extends ComponentWithIconBase implements IC
buttonFocusOutline: focusBorder,
buttonForeground: foreground
}));
} else {
super.updateIcon();
}
}
}