File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -479,7 +479,7 @@ const HomePage = ({
479
479
< ButtonLink
480
480
className = "h-fit w-full text-nowrap px-5 sm:w-fit xl:self-center"
481
481
size = "md"
482
- variant = "outline "
482
+ variant = "ghost "
483
483
href = { calendarLink }
484
484
hideArrow
485
485
>
Original file line number Diff line number Diff line change 51
51
--shadow-color-c : hsla (var (--purple-700 ), 0.04 );
52
52
--shadow-color-d : hsla (var (--purple-100 ), 0.08 );
53
53
54
- --shadow-svg-button-link-1 : - 2px 2px 12px 1px var (--shadow-color-a );
55
- --shadow-svg-button-link-2 : -16 px 16px 12px -3px var (--shadow-color-a );
56
- --shadow-svg-button-link-3 : -32 px 32px 24px -6px var (--shadow-color-a );
57
- --shadow-svg-button-link-4 : -40 px 40px 40px -12px var (--shadow-color-b );
54
+ --shadow-svg-button-link-1 : 2px 2px 12px 1px var (--shadow-color-a );
55
+ --shadow-svg-button-link-2 : 12 px 16px 12px -3px var (--shadow-color-a );
56
+ --shadow-svg-button-link-3 : 24 px 32px 24px -6px var (--shadow-color-a );
57
+ --shadow-svg-button-link-4 : 32 px 40px 40px -12px var (--shadow-color-b );
58
58
--shadow-svg-button-link-1-hover : 0px 0px 12px 2px var (--shadow-color-a );
59
59
--shadow-svg-button-link-2-hover : 0px 0px 12px 2px var (--shadow-color-a );
60
60
--shadow-svg-button-link-3-hover : 0px 0px 24px 2px var (--shadow-color-a );
You can’t perform that action at this time.
0 commit comments