Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 184ae61

Browse files
committed
Remove brightness
1 parent eb8f643 commit 184ae61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webview-ui/src/components/settings/SectionHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const SectionHeader = ({ description, children, className, ...props }: Se
1111
return (
1212
<div
1313
className={cn(
14-
"sticky top-0 z-10 text-vscode-sideBar-foreground bg-vscode-sideBar-background brightness-90 px-5 pt-6 pb-4",
14+
"sticky top-0 z-10 text-vscode-sideBar-foreground bg-vscode-sideBar-background px-5 pt-6 pb-4",
1515
className,
1616
)}
1717
{...props}>

0 commit comments

Comments
 (0)