forked from tykayn/funky-framadate-front
⚡ change theme enum to correspond with themes classnames
This commit is contained in:
parent
86ada008c5
commit
60b4bfb619
@ -1,5 +1,5 @@
|
||||
export enum Theme {
|
||||
LIGHT = 'LIGHT',
|
||||
DARK = 'DARK',
|
||||
RED = 'RED',
|
||||
LIGHT = 'light-watermelon',
|
||||
DARK = 'dark-crystal',
|
||||
RED = 'hot-covid',
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user