We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77928dc commit 235cb31Copy full SHA for 235cb31
1 file changed
src/components/TableView.tsx
@@ -23,7 +23,7 @@ const TableView: React.FC<TableViewInterface> = ({
23
customAppearances,
24
style,
25
}: TableViewInterface) => {
26
- let themeMode: THEME_APPEARANCE = THEMES?.appearances?.['light'];
+ let themeMode: THEME_APPEARANCE = THEMES?.appearances?.light;
27
const systemColorScheme = useColorScheme();
28
if (
29
(appearance === 'auto' && systemColorScheme === 'dark') ||
0 commit comments