Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
style: resolve style guide violations
Browse files Browse the repository at this point in the history
  • Loading branch information
dated authored and actions-user committed Oct 8, 2020
1 parent 8488bd0 commit a13e28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const Main = () => {
return `theme-${theme}`;
}

return `theme-${useDarkColors ? "dark" : "light"}`
return `theme-${useDarkColors ? "dark" : "light"}`;
};

return (
Expand Down

0 comments on commit a13e28f

Please sign in to comment.