From eb1680f80d7dc5dcce746dffb2c89ac0eacb98c7 Mon Sep 17 00:00:00 2001 From: hfcRed Date: Sun, 4 Jan 2026 18:57:05 +0100 Subject: [PATCH] Resolve merge conflict --- .../tournament-organization.module.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/features/tournament-organization/tournament-organization.module.css b/app/features/tournament-organization/tournament-organization.module.css index 6c9c7623b..702a02155 100644 --- a/app/features/tournament-organization/tournament-organization.module.css +++ b/app/features/tournament-organization/tournament-organization.module.css @@ -21,11 +21,10 @@ } .calendarDay { - width: var(--cell-size); - height: var(--cell-size); + aspect-ratio: 1; font-size: var(--fonts-xs); font-weight: var(--semi-bold); - background-color: var(--color-bg-high); + background-color: var(--bg-lighter); padding: var(--s-1); position: relative; display: grid;