|
1034 | 1034 | /// @return {Map} A set of custom tokens for the mat-sidenav |
1035 | 1035 | @function sidenav($systems, $exclude-hardcoded) { |
1036 | 1036 | @return ( |
1037 | | - container-shape: 16px, |
1038 | | - container-divider-color: map.get($systems, md-sys-color, outline), |
| 1037 | + container-elevation-shadow: _hardcode(none, $exclude-hardcoded), |
| 1038 | + container-divider-color: _hardcode(transparent, $exclude-hardcoded), |
| 1039 | + container-width: _hardcode(360px, $exclude-hardcoded), |
| 1040 | + container-shape: map.get($systems, md-sys-shape, corner-large), |
1039 | 1041 | container-background-color: map.get($systems, md-sys-color, surface), |
1040 | 1042 | container-text-color: map.get($systems, md-sys-color, on-surface-variant), |
1041 | | - content-background-color: _hardcode(inherit, $exclude-hardcoded), |
1042 | | - content-text-color: _hardcode(inherit, $exclude-hardcoded), |
| 1043 | + content-background-color: map.get($systems, md-sys-color, background), |
| 1044 | + content-text-color: map.get($systems, md-sys-color, on-background), |
1043 | 1045 | scrim-color: mat.private-safe-color-change( |
1044 | 1046 | map.get($systems, md-ref-palette, neutral-variant20), $alpha: 0.4), |
1045 | 1047 | ); |
|
0 commit comments