mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
fix(Avatar): improve sizes
This commit is contained in:
@@ -16,7 +16,7 @@ const sizes = Object.keys(theme.variants.size)
|
||||
<UAvatar v-for="size in sizes" :key="size" alt="Benjamin Canac" :size="(size as any)" />
|
||||
</div>
|
||||
<div class="flex items-center gap-1.5">
|
||||
<UAvatar v-for="size in sizes" :key="size" text="+1" :size="(size as any)" />
|
||||
<UAvatar v-for="size in sizes" :key="size" :text="size" :size="(size as any)" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user