docs(app): reduce tabs size

This commit is contained in:
Benjamin Canac
2025-02-15 23:42:28 +01:00
parent f74953a4ad
commit e25f2f0b05
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ watch(framework, () => {
indicator: 'bg-(--ui-bg)',
trigger: 'px-1 data-[state=active]:text-(--ui-text-highlighted)'
}"
size="sm"
size="xs"
@update:model-value="(framework = $event as string)"
/>
</template>

View File

@@ -22,7 +22,7 @@ watch(module, () => {
indicator: 'bg-(--ui-bg)',
trigger: 'px-1 data-[state=active]:text-(--ui-text-highlighted)'
}"
size="sm"
size="xs"
@update:model-value="(module = $event as string)"
/>
</template>