add bg-primary classes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="flex justify-center items-center rounded-full bg-orange-600 hover:bg-orange-800">
|
||||
<div class="flex justify-center items-center rounded-full bg-primary-600 hover:bg-primary-800">
|
||||
<img v-if="avatar" src="avatar" alt="alt" class="avatar" v-bind:class="'avatar' + size">
|
||||
<span v-else class="text-2xl font-bold" v-bind:class="'text-' + size">{{ alt[0] }}</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user