Skip to content

Commit

Permalink
chore: update style
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Aug 25, 2024
1 parent 32e1da8 commit 3f0c1c3
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
>
<a
class={cn(
"flex h-full flex-1 items-center font-light",
"flex h-full flex-1 items-center font-normal",
active && !tableId && !viewId && "text-background font-medium",
)}
href={`/bases/${base.id}`}
Expand Down Expand Up @@ -134,7 +134,7 @@
<a
href={`/t/${table.id}`}
class={cn(
"text-primary flex h-full flex-1 items-center font-light",
"text-primary flex h-full flex-1 items-center font-normal",
active && !viewId && "text-background font-medium",
)}
>
Expand Down Expand Up @@ -170,7 +170,7 @@
variant="link"
class="mt-0 h-8 p-0 pl-14 text-xs"
>
<span class="text-xs font-light">+ Create View</span>
<span class="text-xs font-normal">+ Create View</span>
</CreateViewButton>

{#each table.views.filter((view) => !view.isDefault) as view}
Expand All @@ -183,7 +183,7 @@
>
<a
class={cn(
"flex h-full flex-1 items-center text-xs font-light",
"flex h-full flex-1 items-center text-xs font-normal",
active && "text-background font-medium",
)}
href={`/t/${table.id}/${view.id}`}
Expand Down

0 comments on commit 3f0c1c3

Please sign in to comment.