This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
Sphere/app/settings/styles.js

7 lines
116 B
JavaScript
Raw Normal View History

2016-02-01 20:58:00 +00:00
import { Map } from 'immutable';
export default Map({
2016-02-02 22:26:55 +00:00
CIRCLE_GREEN: '#229922',
CIRCLE_GREY_DARK: '#343434'
2016-02-01 20:58:00 +00:00
});