Skip to content

Commit

Permalink
feat(AnnotationsModule): visual separator
Browse files Browse the repository at this point in the history
  • Loading branch information
floryst committed Nov 6, 2023
1 parent 4a34db6 commit ea697a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AnnotationsModule.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ watch(
<template>
<div class="overflow-y-auto mx-2 fill-height">
<tool-controls />
<v-divider />
<v-divider thickness="4" />
<v-tabs v-model="tab" align-tabs="center" density="compact" class="my-1">
<v-tab value="measurements" class="tab-header">Measurements</v-tab>
<v-tab value="labelmaps" class="tab-header">Labelmaps</v-tab>
Expand Down

0 comments on commit ea697a1

Please sign in to comment.