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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user