From ad739a5f2534cd05a9abbe1f7b79c114a030bfda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sofia=20Sj=C3=B6blad?= Date: Thu, 9 Oct 2025 12:13:19 +0200 Subject: [PATCH] chore: prettier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sofia Sjöblad --- .../src/components/Dialog/Dialog.styles.css | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/ui/src/components/Dialog/Dialog.styles.css b/packages/ui/src/components/Dialog/Dialog.styles.css index 8e445a42a8..6186f5dc89 100644 --- a/packages/ui/src/components/Dialog/Dialog.styles.css +++ b/packages/ui/src/components/Dialog/Dialog.styles.css @@ -49,7 +49,7 @@ border-bottom: 1px solid var(--bui-border); } -.bui-Dialog [slot="title"] { +.bui-Dialog [slot='title'] { font-size: var(--bui-font-size-3); } @@ -68,20 +68,20 @@ /* Keyframe animations */ @keyframes fade-in { - from { - opacity: 0; + from { + opacity: 0; } - to { - opacity: 1; + to { + opacity: 1; } } @keyframes fade-out { - from { - opacity: 1; + from { + opacity: 1; } - to { - opacity: 0; + to { + opacity: 0; } } @@ -105,4 +105,4 @@ opacity: 0; transform: scale(0.95); } -} \ No newline at end of file +}