Skip to content

Commit 7817825

Browse files
committed
Fix button color
1 parent bbc92b7 commit 7817825

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/pages/settings/index.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,12 @@
6565
:block="$vuetify.breakpoint.mdAndDown"
6666
:large="$vuetify.breakpoint.mdAndDown"
6767
:value="apiKey"
68+
color="primary"
6869
copy-text="Copy API Key"
6970
notification-text="API Key copied successfully"
7071
></copy-button>
71-
<v-spacer></v-spacer>
7272
<v-btn
73+
class="ml-4"
7374
v-if="$vuetify.breakpoint.lgAndUp"
7475
:href="$store.getters.getAppData.documentationUrl"
7576
>Documentation</v-btn

0 commit comments

Comments
 (0)