Ghost/ghost/admin/app/templates/components/gh-member-avatar.hbs
Peter Zimon 549fb7193a Dark mode related fixes
no issue

- fixed double border for tags tabs
- refined view action button border
- fixed border for staff avatar
- fixed member avatar label color
2019-10-20 10:41:03 +02:00

3 lines
194 B
Handlebars

<div class="flex items-center justify-center br-100" style={{this.backgroundStyle}} ...attributes>
<span class="gh-member-avatar-label {{this.initialsClass}}">{{this.initials}}</span>
</div>