mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 22:19:48 +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';
|
||||
import { StoreAction } from '../actions';
|
||||
|
||||
export const defaultThemeColorPreference = 'default';
|
||||
export const defaultThemeColorPreference = 'auto';
|
||||
|
||||
export const themeColorPreferences = [
|
||||
defaultThemeColorPreference,
|
||||
|
|
Loading…
Reference in New Issue
Block a user