UNPKG

@react-navigation/native

Version:

React Native integration for React Navigation

20 lines (19 loc) 493 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DefaultTheme = void 0; var _fonts = require("./fonts.js"); const DefaultTheme = exports.DefaultTheme = { dark: false, colors: { primary: 'rgb(0, 122, 255)', background: 'rgb(242, 242, 242)', card: 'rgb(255, 255, 255)', text: 'rgb(28, 28, 30)', border: 'rgb(216, 216, 216)', notification: 'rgb(255, 59, 48)' }, fonts: _fonts.fonts }; //# sourceMappingURL=DefaultTheme.js.map