From cd10c389ebc6d4b8118a1e2252bb1a3c4f25ec67 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 22 Jan 2026 23:15:28 +0100 Subject: [PATCH] Refine dialog styles --- client/src/common/contexts/Dialog/styles.sass | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/client/src/common/contexts/Dialog/styles.sass b/client/src/common/contexts/Dialog/styles.sass index 499e6df9..a2854fdd 100644 --- a/client/src/common/contexts/Dialog/styles.sass +++ b/client/src/common/contexts/Dialog/styles.sass @@ -74,16 +74,17 @@ gap: 0.75rem .dialog-text - font-size: 1.15rem - font-weight: 500 - color: $subtext + font-size: 1.25rem + font-weight: 700 + color: $white margin: 0 .dialog-description - font-size: 1rem + font-size: 1.05rem + font-weight: 600 margin: 14px 2px 2px color: $subtext - line-height: 1.5 + line-height: 1.6 word-wrap: break-word overflow-wrap: break-word max-width: 100% @@ -179,10 +180,10 @@ padding: 1.25rem .dialog-text - font-size: 1.05rem + font-size: 1.15rem .dialog-description - font-size: 0.95rem + font-size: 1rem .dialog-btn font-size: 0.95rem