Skip to content

Commit 9c8d978

Browse files
moodyjmzclaude
andcommitted
fix(overview): give filter buttons pill shape via --button-radius override
Override --button-radius on the filter NcButton elements so they render as pill-shaped chips rather than square-cornered small buttons. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: James Manuel <moodyjmz@users.noreply.github.com>
1 parent a3f2eaf commit 9c8d978

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/views/OfficeOverview.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,10 @@ export default {
413413
display: flex;
414414
gap: calc(var(--default-grid-baseline) * 1);
415415
padding: 0 calc(var(--default-grid-baseline) * 4) calc(var(--default-grid-baseline) * 2);
416+
417+
:deep(.button-vue) {
418+
--button-radius: var(--border-radius-pill, 100px);
419+
}
416420
}
417421
418422
.office-overview__list {

0 commit comments

Comments
 (0)