Skip to content

Commit c0575fe

Browse files
committed
fix(vscode-theming): refine background CSS variable mapping
1 parent 9c4cdd9 commit c0575fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/core/vscode/use-vscode-theme.hook.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
import { useEffect } from 'react';
88

99
const CSS_VAR_MAP: Record<keyof ThemePayload, readonly string[]> = {
10-
background: ['--primary-100', '--primary-500', '--primary-200'],
10+
background: ['--primary-100', '--primary-200'],
1111
backgroundSecondary: ['--pure-white'],
1212
foreground: ['--primary-700'],
1313
};

0 commit comments

Comments
 (0)