cosmetic changes

This commit is contained in:
Christian Beutel
2025-03-20 19:28:18 +01:00
parent efcec77c95
commit 1b5dd529bd
2 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
<div
class="{primary
? 'bg-primary text-white'
: 'border border-input-border'} px-2 py-1 rounded-full flex items-center gap-1"
: 'border border-input-border bg-menu-item-background-hover'} px-2 py-1 rounded-full flex items-center gap-1"
>
<span class="text-sm">{text}</span>
{#if closable}

View File

@@ -226,9 +226,9 @@
<section class="border-b border-input-border p-8">
<div class="flex justify-between items-center gap-x-4">
{#if trail.expand?.tags && trail.expand.tags.length > 0}
<div class="flex flex-wrap gap-2 text-gray-600">
<div class="flex flex-wrap gap-2">
{#each trail.expand.tags as tag}
<Chip text={tag.name}></Chip>
<Chip text={tag.name} primary={false}></Chip>
{/each}
</div>
{/if}
@@ -236,7 +236,7 @@
<div
class="flex {trail.public && trailIsShared
? 'w-16'
: 'w-8'} h-8 rounded-full items-center justify-center"
: 'w-8'} h-8 rounded-full items-center"
>
{#if trail.public && pb.authStore.record}
<span