mirror of
https://github.com/material-components/material-web.git
synced 2026-01-09 07:21:09 +08:00
demo (elevation-overlay): hotfix demo
This commit is contained in:
parent
6c21f03466
commit
fc5c2bc7af
@ -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,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user