Skip to content

Commit

Permalink
Merge pull request #686 from Adamant-im/feat/ui-bug-light-theme
Browse files Browse the repository at this point in the history
feat/ui bugs light theme 2
  • Loading branch information
bludnic authored Nov 29, 2024
2 parents fab887c + 35e0e2b commit dce0721
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 dce0721

Please sign in to comment.