File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -159,14 +159,14 @@ export default function CopyPageButton() {
159159 < div className = "flex justify-end" >
160160 < button
161161 onClick = { handleCopyMarkdown }
162- className = "inline-flex min-h-8 min-w-32 cursor-pointer items-center justify-center gap-2 rounded-l-sm border border-(--sl-color-hairline) bg-transparent px-3 text-sm text-black transition-colors duration-300 hover:bg-(--sl- color-bg-nav) "
162+ className = "inline-flex min-h-8 min-w-32 cursor-pointer items-center justify-center gap-2 rounded-l-sm border border-(--sl-color-hairline) bg-transparent px-3 text-sm text-black transition-colors duration-300 hover:bg-[var (--color-cl1-gray-9)] dark:hover: bg-[var(--color-cl1-gray-2)] "
163163 >
164164 { getButtonContent ( ) }
165165 </ button >
166166 < button
167167 ref = { refs . setReference }
168168 { ...getReferenceProps ( ) }
169- className = "inline-flex min-h-8 w-8 cursor-pointer items-center justify-center rounded-r-sm border-t border-r border-b border-(--sl-color-hairline) bg-transparent text-sm text-black transition-colors duration-300 hover:bg-(--sl- color-bg-nav) "
169+ className = "inline-flex min-h-8 w-8 cursor-pointer items-center justify-center rounded-r-sm border-t border-r border-b border-(--sl-color-hairline) bg-transparent text-sm text-black transition-colors duration-300 hover:bg-[var (--color-cl1-gray-9)] dark:hover: bg-[var(--color-cl1-gray-2)] "
170170 >
171171 < PiTriangleFill className = "rotate-180 text-xs" />
172172 </ button >
@@ -183,7 +183,7 @@ export default function CopyPageButton() {
183183 < li key = { label } >
184184 < button
185185 onClick = { onClick }
186- className = "relative block w-full cursor-pointer bg-transparent px-3 py-2 text-left text-black no-underline hover:bg-(--sl- color-bg-nav) "
186+ className = "relative block w-full cursor-pointer bg-transparent px-3 py-2 text-left text-black no-underline hover:bg-[var (--color-cl1-gray-9)] dark:hover: bg-[var(--color-cl1-gray-2)] "
187187 >
188188 < div className = "flex items-center gap-2 text-sm" >
189189 < Icon />
You can’t perform that action at this time.
0 commit comments