fix: minor input stylings

This commit is contained in:
liyasthomas
2021-07-24 11:23:10 +05:30
parent 2e94969a41
commit 84b94f3091
29 changed files with 63 additions and 36 deletions

View File

@@ -14,7 +14,21 @@
:alt="alt"
loading="lazy"
/>
<div class="rounded shadow-inner inset-0 absolute"></div>
<div class="rounded-full shadow-inner inset-0 absolute"></div>
<span
v-if="indicator"
class="
bg-accent
border-primary
rounded-full
border-2
h-3
-top-1
-right-1
w-3
absolute
"
></span>
</div>
</template>
@@ -31,6 +45,10 @@ export default {
type: String,
default: "Profile picture",
},
indicator: {
type: Boolean,
default: false,
},
},
}
</script>