Skip to content

Commit

Permalink
Update user labels based on design review:
Browse files Browse the repository at this point in the history
1. Fix typo in labels placeholder
2. Reorder tags and helper text
  • Loading branch information
stnguyen90 committed Aug 15, 2023
1 parent 2a0628a commit 17d0594
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,8 @@
<InputTags
id="user-labels"
label="Labels"
placeholder="Select or tyype user labels"
placeholder="Select or type user labels"
bind:tags={labels} />
<li>
<Helper type={error ? 'warning' : 'neutral'}
>{error ? error : 'Only alphanumeric characters are allowed'}</Helper>
</li>
<li class="u-flex u-gap-12 u-margin-block-start-8">
{#each suggestedLabels as suggestedLabel}
<Pill
Expand All @@ -109,6 +105,10 @@
</Pill>
{/each}
</li>
<li>
<Helper type={error ? 'warning' : 'neutral'}
>{error ? error : 'Only alphanumeric characters are allowed'}</Helper>
</li>
</ul>
</svelte:fragment>

Expand Down

0 comments on commit 17d0594

Please sign in to comment.