From 7de8965cc758942641c5cc5e5b49d3d943d30505 Mon Sep 17 00:00:00 2001 From: Liz Mitchell Date: Tue, 19 Apr 2022 13:14:58 -0700 Subject: [PATCH] chore(tokens): update to v0.96 PiperOrigin-RevId: 442892561 --- packages/mdc-dialog/_dialog-theme.scss | 7 +++++++ 1 file changed, 7 insertions(+) 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';