demo (elevation-overlay): hotfix demo

This commit is contained in:
Elliott Marquez 2020-10-07 15:43:42 -07:00 committed by GitHub
parent 6c21f03466
commit fc5c2bc7af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,7 +118,7 @@ class MyElement extends LitElement {
render() {
const styles = {
'--mdc-elevation-overlay-fill-color': this.color ?? '',
'--mdc-elevation-overlay-fill-color': this.color || '',
'--mdc-elevation-overlay-width': this.width,
'--mdc-elevation-overlay-height': this.height,
};