funky-framadate-front/src/app/core/enums/theme.enum.ts

6 lines
70 B
TypeScript
Raw Normal View History

2020-04-22 12:56:18 +02:00
export enum Theme {
LIGHT = 'LIGHT',
DARK = 'DARK',
RED = 'RED',
}