diff --git a/frontend/components/containers/annotation/ApproveButton.vue b/frontend/components/containers/annotation/ApproveButton.vue index de02ac7d..2c67616f 100644 --- a/frontend/components/containers/annotation/ApproveButton.vue +++ b/frontend/components/containers/annotation/ApproveButton.vue @@ -6,7 +6,7 @@ :disabled="disabled" class="text-capitalize ps-1 pe-1" min-width="36" - outlined + icon v-on="on" @shortkey="approveNextPage" @click="approveDocument" diff --git a/frontend/components/containers/annotation/ClearAnnotationsButton.vue b/frontend/components/containers/annotation/ClearAnnotationsButton.vue index 7dabb43d..e8792a12 100644 --- a/frontend/components/containers/annotation/ClearAnnotationsButton.vue +++ b/frontend/components/containers/annotation/ClearAnnotationsButton.vue @@ -1,22 +1,43 @@