feat(app): polish event type selector and branding mark

Refine the event type segmented control styling and avoid duplicate "Crewli" text in the sidebar header.

Made-with: Cursor
This commit is contained in:
2026-04-08 10:13:54 +02:00
parent c776331cf8
commit 11b9f1d399
2 changed files with 28 additions and 16 deletions

View File

@@ -12,10 +12,10 @@ export const { themeConfig, layoutConfig } = defineThemeConfig({
logo: h(
'span',
{
class: 'crewli-wordmark text-h5 font-weight-bold',
class: 'crewli-mark text-h5 font-weight-bold',
style: 'line-height: 1.2; letter-spacing: -0.02em; color: rgb(var(--v-theme-primary));',
},
'Crewli',
'C',
),
contentWidth: ContentWidth.Boxed,
contentLayoutNav: AppContentLayoutNav.Vertical,