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; }