Skip to content

Commit

Permalink
use shadcn in the pricing page
Browse files Browse the repository at this point in the history
  • Loading branch information
nazifbara committed Aug 29, 2024
1 parent 2ad4f2e commit 3ade028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/(marketing)/pricing/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<div class="overflow-visible mx-auto max-w-xl mt-4">
<table class="table">
<thead
class="text-lg sticky top-0 bg-base-100 bg-opacity-50 z-10 backdrop-blur"
class="text-lg sticky top-0 bg-foreground text-background bg-opacity-50 z-10 backdrop-blur"
>
<tr>
<th></th>
Expand All @@ -150,7 +150,7 @@
<tbody>
{#each planFeatures as feature}
{#if feature.header}
<tr class="bg-base-200 font-bold">
<tr class="bg-foreground text-background font-bold">
<td colspan="3">{feature.name} </td>
</tr>
{:else}
Expand Down

0 comments on commit 3ade028

Please sign in to comment.