diff --git a/projects/aca-content/src/lib/ui/theme.scss b/projects/aca-content/src/lib/ui/theme.scss index 974325f3c..57bf7f315 100644 --- a/projects/aca-content/src/lib/ui/theme.scss +++ b/projects/aca-content/src/lib/ui/theme.scss @@ -145,15 +145,11 @@ mat-slide-toggle { --mdc-dialog-supporting-text-color: var(--theme-primary-text); } - #{$mat-dialog-surface} { - padding: 24px; + #{$mat-button} { + width: auto; - #{$mat-button} { - width: auto; - - #{$mat-button-label} { - padding: 0 16px; - } + #{$mat-button-label} { + padding: 0 16px; } } }