mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-21 17:36:37 +00:00
5 lines
63 B
TypeScript
5 lines
63 B
TypeScript
|
|
export const THEME_MODE = {
|
||
|
|
LIGHT: 'light',
|
||
|
|
DARK: 'dark',
|
||
|
|
};
|