From e8d376a46994a704bc8a497b8c65fa8d5f60367c Mon Sep 17 00:00:00 2001 From: Wagner Maciel Date: Wed, 25 Oct 2023 16:38:39 -0400 Subject: [PATCH] fixup! refactor(material/button): switch typography to tokens --- src/material/button/button.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/material/button/button.scss b/src/material/button/button.scss index 2c69c33eb51b..cf21cb6f9ccd 100644 --- a/src/material/button/button.scss +++ b/src/material/button/button.scss @@ -63,6 +63,10 @@ } } +.mdc-button { + text-decoration: none; +} + .mat-mdc-button, .mat-mdc-unelevated-button, .mat-mdc-raised-button,