From 26db7d9a0e0057c50c3841b03f1a97eca1700a1e Mon Sep 17 00:00:00 2001 From: giancarlo Date: Tue, 16 Apr 2024 14:32:22 +0800 Subject: [PATCH] Update styling and add new heading font The styling of multiple components has been updated for consistency and readability. A new heading font has been added to improve visual hierarchy. Changes include updating font sizes, adding a new heading font, and adjusting borders and padding over several components. --- .../_lib/server/team-billing.service.ts | 2 +- .../site-header-account-section.tsx | 2 +- .../(marketing)/_components/site-header.tsx | 6 +-- .../_components/site-navigation-item.tsx | 2 +- .../_components/site-navigation.tsx | 2 +- .../_components/site-page-header.tsx | 8 ++-- .../blog/_components/html-renderer.module.css | 6 +-- .../blog/_components/post-header.tsx | 4 +- apps/web/app/(marketing)/page.tsx | 45 +++++++++++-------- apps/web/app/layout.tsx | 18 ++++++-- .../gateway/src/components/pricing-table.tsx | 8 +++- .../auth/src/components/auth-layout.tsx | 2 +- packages/ui/src/makerkit/page.tsx | 4 +- packages/ui/src/shadcn/heading.tsx | 22 ++++++--- tooling/tailwind/index.ts | 1 + 15 files changed, 86 insertions(+), 46 deletions(-) diff --git a/apps/web/app/(dashboard)/home/[account]/_lib/server/team-billing.service.ts b/apps/web/app/(dashboard)/home/[account]/_lib/server/team-billing.service.ts index 33728e39d..25c318733 100644 --- a/apps/web/app/(dashboard)/home/[account]/_lib/server/team-billing.service.ts +++ b/apps/web/app/(dashboard)/home/[account]/_lib/server/team-billing.service.ts @@ -314,7 +314,7 @@ async function getBillingPermissionsForAccountId( * customer ID for the provided account ID */ async function getCustomerIdFromAccountId( - client: ReturnType>, + client: SupabaseClient, accountId: string, ) { const { data, error } = await client diff --git a/apps/web/app/(marketing)/_components/site-header-account-section.tsx b/apps/web/app/(marketing)/_components/site-header-account-section.tsx index ef6f2f089..2d7d793ed 100644 --- a/apps/web/app/(marketing)/_components/site-header-account-section.tsx +++ b/apps/web/app/(marketing)/_components/site-header-account-section.tsx @@ -71,7 +71,7 @@ function AuthButtons() { + + -