Themes: a few improvements to velopark

This commit is contained in:
Pieter Vander Vennet 2024-02-02 13:37:05 +01:00
parent 872e36dffa
commit e7a57125d7
3 changed files with 29 additions and 16 deletions

View file

@ -55,7 +55,7 @@
</Loading>
{:else if $status === Maproulette.STATUS_OPEN}
<button class="no-image-background w-full p-4 m-0" on:click={() => apply()}>
<Icon clss="w-8 h-8 mr-2" icon={image} />
<Icon clss="w-8 h-8 mr-2 shrink-0" icon={image} />
{message}
</button>
{:else}