From da860225ad1473298ce45303ceb8fa54341174a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Mon, 27 Oct 2025 05:11:56 +0100 Subject: [PATCH] pl-fe: add card background to widgets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/pl-fe/src/styles/new/layout.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/pl-fe/src/styles/new/layout.scss b/packages/pl-fe/src/styles/new/layout.scss index cf3f30eed..5f04c4546 100644 --- a/packages/pl-fe/src/styles/new/layout.scss +++ b/packages/pl-fe/src/styles/new/layout.scss @@ -349,6 +349,8 @@ body { } .⁂-widget { + @include mixins.card($variant: rounded); + @apply black:p-0; display: flex; flex-direction: column; gap: 1rem;