Commit Graph

3 Commits

Author SHA1 Message Date
Nathan Bierema
1de7e11a0a
Integrate color scheme preference into ui library (#950) 2021-11-06 17:28:35 +00:00
Fabrizio Vitale
90cde4cfdf
Feat/use dark mode preference to set initial theme.light (#861)
* feat(redux-devtools-app): use `prefers-color-scheme` to set `theme.light` if user has not set a preferred theme

* chore(@redux-devtools/app): fix lint error

Error message:

0:0  error  Parsing error: "parserOptions.project" has been set for @typescript-eslint/parser.
The file does not match your project config: test/__mocks__/styleMock.ts.
The file must be included in at least one of the projects provided

* chore: run prettier

* feat(app): add theme color dropdown

* refactor(rename): system preference option from default to auto
2021-11-06 09:52:43 -04:00
Nathan Bierema
1258902c35
fix(extension): fix code editor styles (#817) 2021-08-30 01:32:29 +00:00