File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -541,7 +541,7 @@ export default function Pricing() {
541
541
className = { classNames (
542
542
tier . mostPopular ? 'additional-class-for-most-popular' : '' ,
543
543
'!text-blue-600 shadow-sm hover:text-blue-800 hover:bg-blue-100 dark:hover:bg-blue-800' ,
544
- '!no-underline mt-6 block rounded-md py-2 px-3 text-center text-sm font-semibold leading-6 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-600'
544
+ '!no-underline mt-6 block rounded-md py-2 px-3 text-center text-lg font-semibold leading-6 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-600'
545
545
) }
546
546
target = "_blank"
547
547
>
@@ -554,7 +554,7 @@ export default function Pricing() {
554
554
className = { classNames (
555
555
tier . mostPopular ? 'additional-class-for-most-popular' : '' ,
556
556
'!text-teal-600 shadow-sm hover:text-teal-800 hover:bg-teal-100 dark:hover:bg-teal-800' ,
557
- '!no-underline mt-6 block rounded-md py-2 px-3 text-center text-sm font-semibold leading-6 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-teal-600'
557
+ '!no-underline mt-6 block rounded-md py-2 px-3 text-center text-lg font-semibold leading-6 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-teal-600'
558
558
) }
559
559
target = "_blank"
560
560
>
You can’t perform that action at this time.
0 commit comments