Skip to content

Commit

Permalink
front: update background color of the Manchette to match the mockup
Browse files Browse the repository at this point in the history
Signed-off-by: theocrsb <[email protected]>
  • Loading branch information
theocrsb committed Oct 29, 2024
1 parent d0b4ea9 commit 418437b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui-manchette/src/components/Manchette.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Manchette = ({
}: ManchetteProps) => (
<div className="manchette-container">
<div
className="bg-ambientB-10 border-r border-grey-30"
className="bg-white-100 border-r border-grey-30"
style={{ minHeight: `${INITIAL_OP_LIST_HEIGHT}px` }}
>
<WaypointList waypoints={waypoints} activeWaypointId={activeWaypointId} />
Expand Down
2 changes: 1 addition & 1 deletion ui-manchette/src/styles/waypoint-list.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 418437b

Please sign in to comment.