amis-rpc-design/node_modules/@react-navigation/native/lib/module/theming/DefaultTheme.js

13 lines
329 B
JavaScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
const 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)'
}
};
export default DefaultTheme;
//# sourceMappingURL=DefaultTheme.js.map