fix: options displayion correctly

This commit is contained in:
Arman
2022-07-19 16:09:39 +02:00
parent 6dd55cea8b
commit eee0792602
+3 -2
View File
@@ -9,8 +9,9 @@
<div class="bucket-status">
<slot name="status" />
</div>
<slot />
<div class="bucket-options">
<slot />
</div>
<ul class="bucket-icons u-flex u-gap-8">
<slot name="icons" />
</ul>