chore(refactor): modern UI

This commit is contained in:
Liyas Thomas
2020-12-11 22:24:34 +05:30
parent 773423069b
commit 5a7bcf32ea
55 changed files with 936 additions and 860 deletions

View File

@@ -1,5 +1,5 @@
<template>
<li>
<div>
<label>{{ $t("color") }}: {{ active.charAt(0).toUpperCase() + active.slice(1) }}</label>
<div class="space-x-2">
<span
@@ -13,7 +13,7 @@
<i class="material-icons">lens</i>
</span>
</div>
</li>
</div>
</template>
<script>