diff --git a/packages/mdc-dialog/_dialog-theme.scss b/packages/mdc-dialog/_dialog-theme.scss index c8c7db01b96..99318b8ca62 100644 --- a/packages/mdc-dialog/_dialog-theme.scss +++ b/packages/mdc-dialog/_dialog-theme.scss @@ -69,6 +69,13 @@ $light-theme: ( action-pressed-state-layer-color: null, action-pressed-state-layer-opacity: null, action-pressed-label-text-color: null, + // TODO(b/229523517): add headline token support to dialog + headline-color: null, + headline-font: null, + headline-line-height: null, + headline-size: null, + headline-tracking: null, + headline-weight: null, ); $custom-property-prefix: 'dialog';