Make the bar more compact via density property

This commit is contained in:
Mika Bomm 2024-09-05 09:34:57 +02:00
parent 268fcbc3a7
commit 3b8910296b

View file

@ -2,7 +2,7 @@
<template>
<v-app class="mx-5 my-3">
<v-app-bar :elevation="2" rounded>
<v-app-bar :elevation="2" rounded density="comfortable">
<template v-slot:prepend>
<v-app-bar-nav-icon></v-app-bar-nav-icon>
</template>