From f750ed3cdcfa7ae39a599b89729ac21655d509bd Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Sat, 15 Jun 2024 21:22:44 +0200 Subject: [PATCH] style: match table header size --- apps/client/src/features/cuesheet/Cuesheet.module.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/client/src/features/cuesheet/Cuesheet.module.scss b/apps/client/src/features/cuesheet/Cuesheet.module.scss index 724a75d7b..dadb04e3e 100644 --- a/apps/client/src/features/cuesheet/Cuesheet.module.scss +++ b/apps/client/src/features/cuesheet/Cuesheet.module.scss @@ -47,11 +47,13 @@ $table-header-font-size: calc(1rem - 3px); position: sticky; top: 0; z-index: 10; - background-color: $gray-1300; font-size: $table-header-font-size; color: $gray-700; - font-weight: 400; + + th { + background-color: $gray-1300; + } } .eventRow {