This commit is contained in:
2024-02-27 16:19:55 +08:00
commit feebeffcd9
141 changed files with 25124 additions and 0 deletions

1
app/styles/README.md Executable file
View File

@@ -0,0 +1 @@
# Public styles here

11
app/styles/index.js Executable file
View File

@@ -0,0 +1,11 @@
const ApplicationStyles = {
button: {
margin: 5,
},
container: {
backgroundColor: '#F5FCFF',
},
}
export default ApplicationStyles