Skip to content

Commit e5c643b

Browse files
Update core/src/components/toolbar/toolbar.tsx
Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com>
1 parent 4345192 commit e5c643b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/toolbar/toolbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export class Toolbar implements ComponentInterface {
147147
}
148148

149149
render() {
150-
const theme = getIonTheme(this.el);
150+
const theme = getIonTheme(this);
151151
const childStyles = {};
152152
this.childrenStyles.forEach((style) => {
153153
Object.assign(childStyles, style);

0 commit comments

Comments
 (0)