🎨(front) update LeftPanel border style

Use contextual border token for consistency with design system.
Remove unused divider class.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Nathan Panchout
2026-01-28 12:56:10 +01:00
parent 7d0072a7b3
commit 9e7c6fbff1

View File

@@ -3,7 +3,8 @@
flex-direction: column;
height: 100%;
background-color: var(--c--theme--colors--greyscale-000);
border-right: 1px solid var(--c--theme--colors--greyscale-200);
border-right: 1px solid
var(--c--contextuals--border--semantic--neutral--tertiary);
overflow-y: auto;
&__create {
@@ -14,10 +15,4 @@
justify-content: center;
}
}
&__divider {
height: 1px;
background-color: var(--c--theme--colors--greyscale-200);
margin: 0.5rem 0.75rem;
}
}