File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -466,13 +466,11 @@ const testCases: TestsCase[] = [
466
466
{
467
467
title : 'Secondary button' ,
468
468
to : { kind : 'url' , url : 'https://www.gitbook.com' } ,
469
- // @ts -ignore Remove once we upgrade to the latest version of the API
470
469
style : 'button-secondary' ,
471
470
} ,
472
471
{
473
472
title : 'Primary button' ,
474
473
to : { kind : 'url' , url : 'https://www.gitbook.com' } ,
475
- // @ts -ignore Remove once we upgrade to the latest version of the API
476
474
style : 'button-primary' ,
477
475
} ,
478
476
] ,
Original file line number Diff line number Diff line change @@ -66,8 +66,10 @@ export async function HeaderLink(props: {
66
66
)
67
67
: null ,
68
68
'button-secondary' : tcls (
69
+ 'bg:transparent hover:bg-transparent' ,
69
70
'dark:bg-transparent dark:hover:bg-transparent' ,
70
- 'ring-header-link-500 hover:ring-header-link-300 dark:ring-header-link-500 dark:hover:ring-header-link-300 text-header-link-500 dark:text-header-link-500' ,
71
+ 'ring-header-link-500 hover:ring-header-link-300 text-header-link-500' ,
72
+ 'dark:ring-header-link-500 dark:hover:ring-header-link-300 dark:text-header-link-500' ,
71
73
) ,
72
74
} [ linkStyle ] ,
73
75
) }
You can’t perform that action at this time.
0 commit comments