We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c21f03 commit fc5c2bcCopy full SHA for fc5c2bc
demos/elevation-overlay/index.js
@@ -118,7 +118,7 @@ class MyElement extends LitElement {
118
119
render() {
120
const styles = {
121
- '--mdc-elevation-overlay-fill-color': this.color ?? '',
+ '--mdc-elevation-overlay-fill-color': this.color || '',
122
'--mdc-elevation-overlay-width': this.width,
123
'--mdc-elevation-overlay-height': this.height,
124
};
0 commit comments