🎨(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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user