Skip to content

Commit eec2e45

Browse files
committed
Merge branch 'main' into refactor/primer-design-system
Signed-off-by: Adam Setch <[email protected]>
1 parent b1afe07 commit eec2e45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/renderer/utils/theme.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Theme } from '../types';
22

33
// TODO - Replace fully with Octicon primer theme provider
4-
54
export function getTheme(): Theme {
65
if (document.querySelector('html').classList.contains('dark')) {
76
return Theme.DARK;

0 commit comments

Comments
 (0)