Skip to content

Commit

Permalink
better sidebar section header font
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>
  • Loading branch information
asutula committed Jun 12, 2024
1 parent 7e68249 commit d9ae234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web/app/[team]/[project]/_components/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export function Sidebar() {
</SidebarSection>
<SidebarSection>
<div className="flex items-center gap-2">
<h3 className="text-xl font-semibold text-muted-foreground">
<h3 className="text-base font-medium text-muted-foreground">
Tables
</h3>
{!!isAuthorizedQuery.data && (
Expand Down Expand Up @@ -172,7 +172,7 @@ export function Sidebar() {
{!!isAuthorizedQuery.data && (
<SidebarSection className="sticky bottom-0 bg-card p-0">
<div className="flex flex-col gap-3 p-3">
<h3 className="text-xl font-semibold text-muted-foreground">
<h3 className="text-base font-medium text-muted-foreground">
Project
</h3>
<SidebarLink
Expand Down

0 comments on commit d9ae234

Please sign in to comment.