feat(ui): change button color

This commit is contained in:
Denis Gukov 2023-09-17 23:33:56 +02:00
parent 3fce9939f5
commit e706d92ee0
2 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,6 @@
:to="`/project/${projectId}/settings`"
>{{ $t('settings') }}
</v-tab>
<v-tab key="history" :to="`/project/${projectId}/billing`">{{ $t('billing') }}</v-tab>
</v-tabs>
<v-data-table

View File

@ -13,7 +13,7 @@
<div class="text-right">
<v-btn
color="secondary" class="mr-3" @click="createDemoProject()"
color="success" class="mr-3" @click="createDemoProject()"
>Create Demo Project</v-btn>
<v-btn color="primary" @click="createProject()">{{ $t('create') }}</v-btn>