refactor(rename): system preference option from default to auto

This commit is contained in:
FaberVitale 2021-10-31 09:52:09 +01:00
parent 482674b83b
commit 09f7a0cbcc

View File

@ -5,7 +5,7 @@ import {
} from '../constants/actionTypes';
import { StoreAction } from '../actions';
export const defaultThemeColorPreference = 'default';
export const defaultThemeColorPreference = 'auto';
export const themeColorPreferences = [
defaultThemeColorPreference,