From 418437b6f31089ae7305270a4a2a0d29b2841b66 Mon Sep 17 00:00:00 2001 From: theocrsb Date: Tue, 29 Oct 2024 14:58:11 +0100 Subject: [PATCH] front: update background color of the `Manchette` to match the mockup Signed-off-by: theocrsb --- ui-manchette/src/components/Manchette.tsx | 2 +- ui-manchette/src/styles/waypoint-list.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui-manchette/src/components/Manchette.tsx b/ui-manchette/src/components/Manchette.tsx index 812e25048..35791c9f4 100644 --- a/ui-manchette/src/components/Manchette.tsx +++ b/ui-manchette/src/components/Manchette.tsx @@ -33,7 +33,7 @@ const Manchette = ({ }: ManchetteProps) => (
diff --git a/ui-manchette/src/styles/waypoint-list.css b/ui-manchette/src/styles/waypoint-list.css index 356059420..1835f726e 100644 --- a/ui-manchette/src/styles/waypoint-list.css +++ b/ui-manchette/src/styles/waypoint-list.css @@ -3,7 +3,7 @@ border-bottom-left-radius: 0.25rem; padding-inline: 0.5rem 1.625rem; - @apply bg-ambientB-10; + @apply bg-white-100; .waypoint-wrapper:last-child { .waypoint {