Skip to content

Commit a1a3cba

Browse files
committed
fix search menu background
1 parent f9b29c8 commit a1a3cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dev/s2-docs/src/SearchMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ export default function SearchMenu(props: SearchMenuProps) {
390390

391391
<div className={style({height: 'full', overflow: 'auto', paddingX: 16, paddingBottom: 16})}>
392392
{sections.length > 0 && (
393-
<div className={style({position: 'sticky', top: 0, zIndex: 1, backgroundColor: 'white', paddingY: 8})}>
393+
<div className={style({position: 'sticky', top: 0, zIndex: 1, backgroundColor: 'layer-2', paddingY: 8})}>
394394
<SelectableCollectionContext.Provider value={null}>
395395
<TagGroup
396396
selectionMode="single"

0 commit comments

Comments
 (0)