Skip to content

Commit fc5c2bc

Browse files
author
Elliott Marquez
authored
demo (elevation-overlay): hotfix demo
1 parent 6c21f03 commit fc5c2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/elevation-overlay/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class MyElement extends LitElement {
118118

119119
render() {
120120
const styles = {
121-
'--mdc-elevation-overlay-fill-color': this.color ?? '',
121+
'--mdc-elevation-overlay-fill-color': this.color || '',
122122
'--mdc-elevation-overlay-width': this.width,
123123
'--mdc-elevation-overlay-height': this.height,
124124
};

0 commit comments

Comments
 (0)