Hangry/app/styles/index.js

12 lines
149 B
JavaScript
Raw Permalink Normal View History

2024-02-27 16:19:55 +08:00
const ApplicationStyles = {
button: {
margin: 5,
},
container: {
backgroundColor: '#F5FCFF',
},
}
export default ApplicationStyles