This commit is contained in:
Adrian Hopek
2022-03-21 09:41:07 +01:00
parent e106671d49
commit 6ea9139754
3 changed files with 33 additions and 70 deletions

View File

@@ -2,11 +2,8 @@
<Popper hover>
<div class="flex items-center">
<div>
<span :class="[typeInfo.outline.background, typeInfo.outline.foreground, 'flex items-center justify-center']">
<component
:is="typeInfo.outline.icon"
:class="typeInfo.outline.background"
/>
<span :class="[typeInfo.outline.foreground, 'flex items-center justify-center']">
<component :is="typeInfo.outline.icon" />
</span>
</div>
</div>