Skip to content

Commit

Permalink
fix: v-btn variant for settings 'gear' button
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivanov N committed Nov 29, 2024
1 parent b469aa1 commit 35e0e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<language-switcher prepend-icon="mdi-chevron-right" />
</div>
<div :class="`${className}__settings-button`">
<v-btn @click="$router.push('/options/nodes')" icon variant="flat" :size="32">
<v-btn @click="$router.push('/options/nodes')" icon variant="plain" :size="32">
<v-icon icon="mdi-cog" />
</v-btn>
</div>
Expand Down

0 comments on commit 35e0e2b

Please sign in to comment.