Skip to content

Commit

Permalink
fix(ui): Sidebar > Collection Item > Right Click > Properties > done …
Browse files Browse the repository at this point in the history
…button is unstyled and doesn't match the theme
  • Loading branch information
flawiddsouza committed May 15, 2024
1 parent 95246b3 commit d6a114b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/modals/SidebarSettingsModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<div style="padding-bottom: 1rem"></div>

<template #footer>
<button>Done</button>
<button class="button">Done</button>
</template>
</modal>
</form>
Expand Down

0 comments on commit d6a114b

Please sign in to comment.