This commit is contained in:
Liyas Thomas
2019-11-14 10:10:02 +05:30
parent 939a74b7be
commit 00c6e22861
7 changed files with 31 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="color" :data-color="color">
<span :style="{backgroundColor: color}" class="preview">
<span :style="{ backgroundColor: color }" class="preview">
<i v-if="active" class="material-icons activeTick">done</i>
</span>
{{ name || color }}