Files
Fluxup_PAP/node_modules/@react-navigation/native/lib/module/theming/DefaultTheme.js
2026-03-10 16:18:05 +00:00

16 lines
367 B
JavaScript

"use strict";
import { fonts } from "./fonts.js";
export 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)'
},
fonts
};
//# sourceMappingURL=DefaultTheme.js.map