Skip to content

Commit

Permalink
button variant to flat
Browse files Browse the repository at this point in the history
  • Loading branch information
genonfire committed May 3, 2024
1 parent 122e71b commit ea4790b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/views/blog/EditBlog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
class="text-right"
>
<v-btn
variant="flat"
color="secondary"
class="px-8"
@click="save"
Expand Down
1 change: 1 addition & 0 deletions src/views/blog/WriteBlog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
class="text-right"
>
<v-btn
variant="flat"
color="secondary"
class="px-8"
@click="save"
Expand Down
1 change: 1 addition & 0 deletions src/views/forum/EditThread.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
class="text-right"
>
<v-btn
variant="flat"
color="secondary"
class="px-8"
@click="save"
Expand Down
1 change: 1 addition & 0 deletions src/views/forum/WriteThread.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
class="text-right"
>
<v-btn
variant="flat"
color="secondary"
class="px-8"
@click="save"
Expand Down

0 comments on commit ea4790b

Please sign in to comment.