Skip to content

Commit

Permalink
Fixed iOS theme colors
Browse files Browse the repository at this point in the history
  • Loading branch information
amanshuraikwar committed Oct 17, 2022
1 parent 68008d8 commit 2d086b9
Showing 1 changed file with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
-{
- "ios": {
- "darkThemeColors": {
- "accent": "#Ff1BB3F3",
- "primary": "#FFeef0f2",
- "secondary": "#FFB0BEC5"
- },
- "lightThemeColors": {
- "accent": "#FF186CE6",
- "primary": "#FF263238",
- "secondary": "#ff455A64"
- }
- },
- "android": {
- }
-}
{
"ios": {
"darkThemeColors": {
"accent": "#Ff1BB3F3",
"primary": "#FFeef0f2",
"secondary": "#FFB0BEC5"
},
"lightThemeColors": {
"accent": "#FF186CE6",
"primary": "#FF263238",
"secondary": "#ff455A64"
}
},
"android": {
}
}

0 comments on commit 2d086b9

Please sign in to comment.