refactor(components): brighten admin badge color

This commit is contained in:
parent fe2c471794
commit 7167919577
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -44,7 +44,7 @@
</template> </template>
</a-card-meta> </a-card-meta>
</div> </div>
<a-badge-ribbon color="#d03f5b" v-if="userInfo?.profile.isAdmin"> <a-badge-ribbon color="#f14668" v-if="userInfo?.profile.isAdmin">
<template #text> Administrator </template> <template #text> Administrator </template>
</a-badge-ribbon> </a-badge-ribbon>
</template> </template>