Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
beliolfa committed Nov 8, 2024
1 parent 44ed719 commit de9b177
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@invopop/popui",
"license": "MIT",
"version": "0.0.34",
"version": "0.0.35",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
Expand Down
4 changes: 2 additions & 2 deletions svelte/lib/BaseTableHeader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
slot="trigger"
class="{headerStyles} w-full py-2 flex items-center justify-start space-x-1 text-left text-base tracking-normal whitespace-nowrap font-normal"
>
<span class="min-h-5" />
<span>{field.headerLabel}</span>
{#if sortBy === field.slug}
<svg
viewBox="0 0 12 12"
Expand Down Expand Up @@ -77,7 +77,7 @@
<div
class="{headerStyles} py-2 text-left text-base font-normal tracking-normal whitespace-nowrap"
>
{field.headerLabel}
<div class="h-5">{field.headerLabel}</div>
</div>
{/if}
</span>
Expand Down

0 comments on commit de9b177

Please sign in to comment.