From f232aa1cbee447ecdccc3ba05d5a5a1bb3af9b66 Mon Sep 17 00:00:00 2001 From: JoaoBianco Date: Wed, 10 Apr 2024 09:40:40 -0300 Subject: [PATCH 1/2] Add new inputs to modal --- .../sq-modal/sq-modal.component.html | 20 ++++++++++++++++--- src/components/sq-modal/sq-modal.component.ts | 20 +++++++++++++++++++ src/package.json | 2 +- 3 files changed, 38 insertions(+), 4 deletions(-) diff --git a/src/components/sq-modal/sq-modal.component.html b/src/components/sq-modal/sq-modal.component.html index e87cb33..96b32bf 100644 --- a/src/components/sq-modal/sq-modal.component.html +++ b/src/components/sq-modal/sq-modal.component.html @@ -17,20 +17,34 @@ [ngClass]="{ 'without-header': !hasHeader }" + [ngStyle]="{ background: headerBackgroundColor }" > - -