File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 99@import "@primer/primitives/dist/css/functional/typography/typography.css" ;
1010
1111/* Themes and Colors */
12+ /* TODO Add support for setting color modes (dark_dimmed) - see #1748 */
1213@import "@primer/primitives/dist/css/functional/themes/light.css" ;
1314@import "@primer/primitives/dist/css/functional/themes/dark.css" ;
14- @import "@primer/primitives/dist/css/functional/themes/dark-dimmed.css" ;
1515
1616html ,
1717body ,
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ function RequireAuth({ children }) {
3535
3636export const App = ( ) => {
3737 return (
38- // TODO - Add support for setting color modes (dark_dimmed)
38+ // TODO Add support for setting color modes (dark_dimmed) - see #1748
3939 < ThemeProvider dayScheme = "light" nightScheme = "dark" >
4040 < BaseStyles >
4141 < AppProvider >
Original file line number Diff line number Diff line change 11import type { ColorModeWithAuto } from '@primer/react/lib/ThemeProvider' ;
22import { Theme } from '../types' ;
33
4+ // TODO Add support for setting color modes (dark_dimmed) - see #1748
5+
46// TODO - Replace fully with Octicon primer theme provider
57/**
68 * @deprecated
You can’t perform that action at this time.
0 commit comments