Skip to content

Commit

Permalink
Update style navigation buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
mccrush committed Jun 26, 2024
1 parent 48c9a39 commit 610b4cc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/buttons/BtnNavigation.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<template>
<button class="btn btn-light text-body-secondary lh-1">{{ title }}</button>
<button
class="btn btn-sm btn-dark text-body-secondary lh-1 ps-3 pe-3 pt-2 pb-2"
>
{{ title }}
</button>
</template>

<script>
Expand Down

0 comments on commit 610b4cc

Please sign in to comment.