mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 16:21:55 +08:00
Merge pull request #422 from beautyfree/patch-3
fix(statusbar): typo in the method
This commit is contained in:
@ -84,7 +84,7 @@ export class StatusBar {
|
||||
*/
|
||||
static setHexColor(hex) {
|
||||
this.ifPlugin(() => {
|
||||
window.StatusBar.backgroundColorByHexName(hex);
|
||||
window.StatusBar.backgroundColorByHexString(hex);
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user