mirror of
https://github.com/documenso/documenso.git
synced 2026-07-08 20:14:58 +10:00
5a32b5cafd
fixes: #776
5 lines
84 B
TypeScript
5 lines
84 B
TypeScript
export const THEMES_TYPE = {
|
|
DARK: 'dark',
|
|
LIGHT: 'light',
|
|
SYSTEM: 'system'
|
|
}; |