Fix pink light buttons
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
<h3 class="title-medium">{shop.module_title}</h3>
|
<h3 class="title-medium">{shop.module_title}</h3>
|
||||||
<p class="text-small">{shop.module_text}</p>
|
<p class="text-small">{shop.module_text}</p>
|
||||||
{#if shop.enabled}
|
{#if shop.enabled}
|
||||||
<Button url="/shop" text="Shop" color="lightpink" />
|
<Button url="/shop" text="Shop" color="pinklight" />
|
||||||
{/if}
|
{/if}
|
||||||
<p class="detail">
|
<p class="detail">
|
||||||
Posters available for {locationsWithPoster.join(', ').replace(/,(?!.*,)/gmi, ' and')}.
|
Posters available for {locationsWithPoster.join(', ').replace(/,(?!.*,)/gmi, ' and')}.
|
||||||
|
|||||||
@@ -143,7 +143,7 @@
|
|||||||
<Button url="/locations" text="Change location" class="shadow-small">
|
<Button url="/locations" text="Change location" class="shadow-small">
|
||||||
<IconEarth />
|
<IconEarth />
|
||||||
</Button>
|
</Button>
|
||||||
<Button url="/shop" text="Buy the poster" color="lightpink" class="shadow-small">
|
<Button url="/shop" text="Buy the poster" color="pinklight" class="shadow-small">
|
||||||
<!-- <IconEarth /> -->
|
<!-- <IconEarth /> -->
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user