mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-23 06:29:51 +03:00
refactor(rename): system preference option from default to auto
This commit is contained in:
parent
482674b83b
commit
09f7a0cbcc
|
@ -5,7 +5,7 @@ import {
|
||||||
} from '../constants/actionTypes';
|
} from '../constants/actionTypes';
|
||||||
import { StoreAction } from '../actions';
|
import { StoreAction } from '../actions';
|
||||||
|
|
||||||
export const defaultThemeColorPreference = 'default';
|
export const defaultThemeColorPreference = 'auto';
|
||||||
|
|
||||||
export const themeColorPreferences = [
|
export const themeColorPreferences = [
|
||||||
defaultThemeColorPreference,
|
defaultThemeColorPreference,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user