blob: 64c7d11f23ecb04bc358c2b1a1cae45c42ab7658 [file] [log] [blame]
@mixin td-side-sheet-theme($theme) {
$background: map-get($theme, background);
$dialog: map-get($background, dialog);
.td-side-sheet-container {
background-color: $dialog;
}
}