File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ import {
19
19
} from "@/lib/constants" ;
20
20
21
21
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 ` ;
23
23
const Description = twc . div `my-2 h-12 last-of-type:mb-0` ;
24
24
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` ;
27
27
const Paragraph = twc . p `block text-sm min-h-5` ;
28
28
29
29
const Features = twc . ul `mt-4 mb-6 flex flex-col gap-4` ;
Original file line number Diff line number Diff line change 101
101
102
102
--text-color-jade-low : var (--jade-11 );
103
103
104
+ --text-color-sky-low : var (--sky-11 );
105
+
104
106
--ring-color-ring : var (--mauve-5 );
105
107
106
108
--border-color-default : var (--mauve-6 );
You can’t perform that action at this time.
0 commit comments