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;