Skip to content

Commit a514f87

Browse files
committed
Fix colors
1 parent 49402dd commit a514f87

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

web/pages/index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@
7171
class="mt-4"
7272
:class="{ 'text-center': $vuetify.breakpoint.mdAndDown }"
7373
>
74-
<v-icon color="teal darken-2">mdi-check-circle</v-icon>
74+
<v-icon color="success">mdi-check-circle</v-icon>
7575
Free to use
76-
<v-icon class="ml-4" color="teal darken-2">mdi-check-circle</v-icon>
76+
<v-icon class="ml-4" color="success">mdi-check-circle</v-icon>
7777
100% Open Source
7878
</div>
7979
<v-divider
8080
v-if="$vuetify.breakpoint.mdAndDown"
81-
class="mt-6 mr-16 teal"
81+
class="mt-6 mr-16 success"
8282
:class="{ 'ml-16': $vuetify.breakpoint.mdAndDown }"
8383
></v-divider>
8484
</v-col>

0 commit comments

Comments
 (0)