feature: add theme constants

This commit is contained in:
George Lima 2018-11-28 19:00:40 -03:00
parent 970e8ca229
commit d4d13730d5
1 changed files with 4 additions and 0 deletions

4
app/constants/themes.js Normal file
View File

@ -0,0 +1,4 @@
// @flow
export const LIGHT = 'light';
export const DARK = 'dark';