From e188e9316d271917229029a2f1f3d2df1af09476 Mon Sep 17 00:00:00 2001
From: Tomasz Gnyp <49343696+tomgny@users.noreply.github.com>
Date: Tue, 11 Aug 2026 12:47:04 +0200
Subject: [PATCH] AAE-50043 Improve notification snackbar buttons style
(#12164)
* AAE-50043 Improve notification snackbar buttons style
* replace direct mat styling by class
* adjust padding
* add data automation id
---
.../snackbar-content.component.html | 21 +++++---
.../snackbar-content.component.scss | 53 +++++++++----------
2 files changed, 40 insertions(+), 34 deletions(-)
diff --git a/lib/core/src/lib/snackbar-content/snackbar-content.component.html b/lib/core/src/lib/snackbar-content/snackbar-content.component.html
index 87abd9831f..0d1f5bddd5 100644
--- a/lib/core/src/lib/snackbar-content/snackbar-content.component.html
+++ b/lib/core/src/lib/snackbar-content/snackbar-content.component.html
@@ -1,6 +1,6 @@
@if (data.decorativeIcon) {
-
+
}
{{ data.message }}
@@ -8,14 +8,23 @@
@if (data.showAction) {
@if (data.actionLabel) {
-