Commit 4144037 1 parent ecc3a5a commit 4144037 Copy full SHA for 4144037
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ const variants = {
18
18
) ,
19
19
outline : clsx (
20
20
'relative inline-flex items-center justify-center px-12 py-[calc(theme(spacing.2)-1px)]' ,
21
- 'rounded-full border border-transparent bg-gray-400/40 shadow-md hover:bg-white/95 hover:text-gray-950' ,
22
- 'whitespace-nowrap text-base font-medium text-white' ,
21
+ 'rounded-full border border-transparent bg-black shadow-md hover:bg-white/95 hover:text-gray-950 dark:hover:text-white ' ,
22
+ 'whitespace-nowrap text-base font-medium text-white dark:text-black ' ,
23
23
'duration-350 transition ease-in-out data-[disabled]:bg-gray-950 data-[disabled]:opacity-40' ,
24
24
'isolate z-10' ,
25
25
) ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ function CallToAction() {
18
18
< div className = "mt-8" >
19
19
< Button
20
20
variant = "outline"
21
- className = "w-full transition-colors duration-500 sm:w-auto dark:bg-zinc-900 dark:hover:bg-zinc-950"
21
+ className = "w-full transition-colors duration-500 sm:w-auto dark:bg-white dark:hover:bg-zinc-950"
22
22
href = "/installation"
23
23
>
24
24
Get Started
You can’t perform that action at this time.
0 commit comments