mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 12:56:01 +01:00
d468c9dbde
* Dark Mode: Elevate the theme dropdown from experimental to regular settings * Fix search * Fix test * Adjust settings order * removing renderTheme call from experimental tab and rearranging setting ref number in general tab Co-authored-by: Niranjana Binoy <43930900+NiranjanaBinoy@users.noreply.github.com>
6 lines
77 B
JavaScript
6 lines
77 B
JavaScript
export const THEME_TYPE = {
|
|
LIGHT: 'light',
|
|
DARK: 'dark',
|
|
OS: 'os',
|
|
};
|