From d504d844a45bec4ff81518e083db0a1674de14d9 Mon Sep 17 00:00:00 2001 From: Wojciech Duda <69160975+wojd0@users.noreply.github.com> Date: Thu, 13 Feb 2025 17:21:37 +0100 Subject: [PATCH] AAE-30744 Removed temporary fix for dialog padding --- projects/aca-content/src/lib/ui/theme.scss | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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; } } }