Skip to content

Commit c1a9c64

Browse files
committed
chore: small fixes
1 parent fece086 commit c1a9c64

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

app/pricing/PricingCard.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ import {
1919
} from "@/lib/constants";
2020

2121
const PricingCardBody = twc.div`p-6 text-left text-low`;
22-
const Title = twc.div`mb-2 text-xl font-semibold text`;
22+
const Title = twc.div`mb-2 text-xl font-semibold text-default`;
2323
const Description = twc.div`my-2 h-12 last-of-type:mb-0`;
2424
const Badges = twc.div`block h-8`;
25-
const Badge = twc.div`text-primary-300 mb-10 w-fit rounded-sm border border-(--violet-6) px-2.5 py-0.5 text-xs font-medium text`;
26-
const PriceBadge = twc.div`text-primary-300 ml-auto w-fit rounded-sm border border-dashed border-(--violet-6) px-2.5 py-0.5 text-xs`;
25+
const Badge = twc.div`text-(--violet-11) mb-10 w-fit rounded-sm border border-(--violet-6) px-2.5 py-0.5 text-xs font-medium text`;
26+
const PriceBadge = twc.div`text-(--violet-11) ml-auto w-fit rounded-sm border border-dashed border-(--violet-6) px-2.5 py-0.5 text-xs`;
2727
const Paragraph = twc.p`block text-sm min-h-5`;
2828

2929
const Features = twc.ul`mt-4 mb-6 flex flex-col gap-4`;

styles/globals.css

+2
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@
101101

102102
--text-color-jade-low: var(--jade-11);
103103

104+
--text-color-sky-low: var(--sky-11);
105+
104106
--ring-color-ring: var(--mauve-5);
105107

106108
--border-color-default: var(--mauve-6);

0 commit comments

Comments
 (0)