File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -132,13 +132,15 @@ function HeaderItemButton(
132
132
'button-primary' :
133
133
headerPreset != CustomizationHeaderPreset . Default &&
134
134
`bg-header-link dark:bg-header-link hover:bg-header-link dark:hover:bg-header-link
135
- text-header-background dark:text-header-background hover:text-header-background dark:hover:text-header-background` ,
135
+ text-header-background dark:text-header-background hover:text-header-background dark:hover:text-header-background
136
+ shadow-none hover:shadow-none` ,
136
137
'button-secondary' : tcls (
137
138
headerPreset != CustomizationHeaderPreset . Default &&
138
139
`bg-header-link/2 dark:bg-header-link/2 hover:bg-header-link/3 dark:hover:bg-header-link/3
139
140
text-header-link dark:text-header-link hover:text-header-link dark:hover:text-header-link
140
141
ring-header-link/4 dark:ring-header-link/4 hover:ring-header-link/5 dark:hover:ring-header-link/5
141
- contrast-more:ring-header-link contrast-more:bg-header-background contrast-more:text-header-link contrast-more:hover:ring-header-link` ,
142
+ contrast-more:ring-header-link contrast-more:bg-header-background contrast-more:text-header-link contrast-more:hover:ring-header-link
143
+ shadow-none hover:shadow-none` ,
142
144
) ,
143
145
} [ linkStyle ] ,
144
146
) }
You can’t perform that action at this time.
0 commit comments