react-native-xenon
Version:
A powerful in-app debugging tool for React Native.
15 lines (14 loc) • 316 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
const colors = Object.freeze({
black: '#0a0a0a',
red: '#ff6467',
green: '#05df72',
gray: '#a1a1a1',
lightGray: '#e5e5e5'
});
var _default = exports.default = colors;
//# sourceMappingURL=colors.js.map