1 parent 49402dd commit a514f87Copy full SHA for a514f87
1 file changed
web/pages/index.vue
@@ -71,14 +71,14 @@
71
class="mt-4"
72
:class="{ 'text-center': $vuetify.breakpoint.mdAndDown }"
73
>
74
- <v-icon color="teal darken-2">mdi-check-circle</v-icon>
+ <v-icon color="success">mdi-check-circle</v-icon>
75
Free to use
76
- <v-icon class="ml-4" color="teal darken-2">mdi-check-circle</v-icon>
+ <v-icon class="ml-4" color="success">mdi-check-circle</v-icon>
77
100% Open Source
78
</div>
79
<v-divider
80
v-if="$vuetify.breakpoint.mdAndDown"
81
- class="mt-6 mr-16 teal"
+ class="mt-6 mr-16 success"
82
:class="{ 'ml-16': $vuetify.breakpoint.mdAndDown }"
83
></v-divider>
84
</v-col>
0 commit comments