From 79bcc179baac5389702affc9dcedb24d5e8626c1 Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Fri, 4 Jul 2025 21:42:34 +0200 Subject: [PATCH] refactor: style tweaks and ux improvements --- apps/client/src/features/rundown/Rundown.module.scss | 2 +- .../features/rundown/quick-add-block/QuickAddBlock.module.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/features/rundown/Rundown.module.scss b/apps/client/src/features/rundown/Rundown.module.scss index 9b1ce64a8..b010324ea 100644 --- a/apps/client/src/features/rundown/Rundown.module.scss +++ b/apps/client/src/features/rundown/Rundown.module.scss @@ -36,7 +36,7 @@ display: flex; gap: 0.5rem; align-items: center; - background-color: color-mix(in srgb, var(--user-bg, transparent) 15%, transparent 85%); + background: color-mix(in srgb, transparent 90%, var(--user-bg, transparent) 10%); } .entryIndex { diff --git a/apps/client/src/features/rundown/quick-add-block/QuickAddBlock.module.scss b/apps/client/src/features/rundown/quick-add-block/QuickAddBlock.module.scss index bb7ccb63f..7a8fb4b87 100644 --- a/apps/client/src/features/rundown/quick-add-block/QuickAddBlock.module.scss +++ b/apps/client/src/features/rundown/quick-add-block/QuickAddBlock.module.scss @@ -5,5 +5,5 @@ padding-block: 0.5rem; padding-left: calc(2em + 0.5rem); - background-color: color-mix(in srgb, var(--user-bg, transparent) 15%, transparent 85%); + background: color-mix(in srgb, transparent 90%, var(--user-bg, transparent) 10%); }