Skip to content

Commit

Permalink
Merge branch 'main' into refactor/primer-design-system
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <[email protected]>
  • Loading branch information
setchy committed Oct 15, 2024
1 parent b1afe07 commit eec2e45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer/utils/theme.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Theme } from '../types';

// TODO - Replace fully with Octicon primer theme provider

export function getTheme(): Theme {
if (document.querySelector('html').classList.contains('dark')) {
return Theme.DARK;
Expand Down

0 comments on commit eec2e45

Please sign in to comment.