This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

web/components: improve Select default text sizes

Signed-off-by: eti <eti@eti.tf>

+2 -2
+1 -1
web/src/lib/components/ui/Select.stories.svelte
··· 88 88 <div class="w-64"> 89 89 <Select {...args}> 90 90 {#snippet footer()} 91 - <a href={resolve("/")} class="block p-2 typography-paragraph-small">View all branches</a> 91 + <a href={resolve("/")} class="block p-2">View all branches</a> 92 92 {/snippet} 93 93 </Select> 94 94 </div>
+1 -1
web/src/lib/components/ui/selectField.ts
··· 20 20 * and only the border, fill and state colours live here. */ 21 21 export const selectField = tv({ 22 22 slots: { 23 - box: "w-full rounded-sm border bg-background-default typography-paragraph-small transition-colors outline-none disabled:cursor-not-allowed", 23 + box: "w-full rounded-sm border bg-background-default transition-colors outline-none disabled:cursor-not-allowed", 24 24 chevron: "shrink-0 text-foreground-subtle" 25 25 }, 26 26 variants: {