Skip to content

Commit 88fc309

Browse files
Merge pull request #44 from amanshuraikwar/fix-nxtbuz-theme
Fixed iOS theme colors
2 parents 68008d8 + 2d086b9 commit 88fc309

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
-{
2-
- "ios": {
3-
- "darkThemeColors": {
4-
- "accent": "#Ff1BB3F3",
5-
- "primary": "#FFeef0f2",
6-
- "secondary": "#FFB0BEC5"
7-
- },
8-
- "lightThemeColors": {
9-
- "accent": "#FF186CE6",
10-
- "primary": "#FF263238",
11-
- "secondary": "#ff455A64"
12-
- }
13-
- },
14-
- "android": {
15-
- }
16-
-}
1+
{
2+
"ios": {
3+
"darkThemeColors": {
4+
"accent": "#Ff1BB3F3",
5+
"primary": "#FFeef0f2",
6+
"secondary": "#FFB0BEC5"
7+
},
8+
"lightThemeColors": {
9+
"accent": "#FF186CE6",
10+
"primary": "#FF263238",
11+
"secondary": "#ff455A64"
12+
}
13+
},
14+
"android": {
15+
}
16+
}

0 commit comments

Comments
 (0)