Skip to content

Commit

Permalink
fix margin
Browse files Browse the repository at this point in the history
  • Loading branch information
matuskosut committed Feb 25, 2024
1 parent be11ef5 commit 5e8880c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/.vitepress/components/Button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default {
{{ title }}
<template v-slot:append>
<!-- :class="{'ml-1': isHovering, 'mr-1': !isHovering}" -->
<v-icon class="mt-1" color="#ef8114"></v-icon>
<v-icon color="#ef8114" style="margin-top: 1px !important"></v-icon>
</template>
</v-btn>
</template>
Expand Down

0 comments on commit 5e8880c

Please sign in to comment.