From 465c73a9237420f28246ce92683f5eb905bcd86e Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Tue, 15 Nov 2022 13:45:36 +0100 Subject: [PATCH] Update _tonality.scss --- scss/_tonality.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_tonality.scss b/scss/_tonality.scss index ca3e9ef4e..2cb8f2eb6 100644 --- a/scss/_tonality.scss +++ b/scss/_tonality.scss @@ -22,7 +22,7 @@ .db-ui-#{nth($styles, $i + 1)} { @extend %db-scaling-#{nth($styles, $i + 1)}; - *, + *, // TODO: let's check whether we could even also enable this without the asterisk just by inheriting line-height and font-size on non-inheriting elements like buttons [data-size="medium"] { @extend %db-#{nth($styles, $i + 1)}-body-md; }