Chore: run prettier

This commit is contained in:
Pieter Vander Vennet 2023-06-14 20:44:01 +02:00
parent 6dc61ccb51
commit f0b007512b
52 changed files with 150 additions and 151 deletions

View file

@ -17,8 +17,8 @@
options={{ extraClasses: clss + " flex items-center" }}
>
<slot name="image" slot="image" />
<div class="w-full flex justify-between items-center" slot="message">
<div class="flex w-full items-center justify-between" slot="message">
<slot />
<ChevronRightIcon class="w-12 h-12" />
<ChevronRightIcon class="h-12 w-12" />
</div>
</SubtleButton>