diff --git a/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-512@2x.png b/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-512@2x.png deleted file mode 100644 index adf6ba0..0000000 Binary files a/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-512@2x.png and /dev/null differ diff --git a/ios/App/App/Assets.xcassets/AppIcon.appiconset/Contents.json b/ios/App/App/Assets.xcassets/AppIcon.appiconset/Contents.json index 9b7d382..27219d8 100644 --- a/ios/App/App/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/ios/App/App/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -1,7 +1,7 @@ { "images" : [ { - "filename" : "AppIcon-512@2x.png", + "filename" : "\\.png", "idiom" : "universal", "platform" : "ios", "size" : "1024x1024" diff --git "a/ios/App/App/Assets.xcassets/AppIcon.appiconset/\\.png" "b/ios/App/App/Assets.xcassets/AppIcon.appiconset/\\.png" new file mode 100644 index 0000000..5556ab0 Binary files /dev/null and "b/ios/App/App/Assets.xcassets/AppIcon.appiconset/\\.png" differ diff --git a/ios/App/App/Assets.xcassets/Splash.imageset/Contents.json b/ios/App/App/Assets.xcassets/Splash.imageset/Contents.json index d7d96a6..e387a49 100644 --- a/ios/App/App/Assets.xcassets/Splash.imageset/Contents.json +++ b/ios/App/App/Assets.xcassets/Splash.imageset/Contents.json @@ -1,23 +1,23 @@ { "images" : [ { + "filename" : "splash.png", "idiom" : "universal", - "filename" : "splash-2732x2732-2.png", "scale" : "1x" }, { + "filename" : "splash 1.png", "idiom" : "universal", - "filename" : "splash-2732x2732-1.png", "scale" : "2x" }, { + "filename" : "splash 2.png", "idiom" : "universal", - "filename" : "splash-2732x2732.png", "scale" : "3x" } ], "info" : { - "version" : 1, - "author" : "xcode" + "author" : "xcode", + "version" : 1 } -} \ No newline at end of file +} diff --git a/ios/App/App/Assets.xcassets/Splash.imageset/splash 1.png b/ios/App/App/Assets.xcassets/Splash.imageset/splash 1.png new file mode 100644 index 0000000..22e43b8 Binary files /dev/null and b/ios/App/App/Assets.xcassets/Splash.imageset/splash 1.png differ diff --git a/ios/App/App/Assets.xcassets/Splash.imageset/splash 2.png b/ios/App/App/Assets.xcassets/Splash.imageset/splash 2.png new file mode 100644 index 0000000..22e43b8 Binary files /dev/null and b/ios/App/App/Assets.xcassets/Splash.imageset/splash 2.png differ diff --git a/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-1.png b/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-1.png deleted file mode 100644 index 33ea6c9..0000000 Binary files a/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-1.png and /dev/null differ diff --git a/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-2.png b/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-2.png deleted file mode 100644 index 33ea6c9..0000000 Binary files a/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-2.png and /dev/null differ diff --git a/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732.png b/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732.png deleted file mode 100644 index 33ea6c9..0000000 Binary files a/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732.png and /dev/null differ diff --git a/ios/App/App/Assets.xcassets/Splash.imageset/splash.png b/ios/App/App/Assets.xcassets/Splash.imageset/splash.png new file mode 100644 index 0000000..22e43b8 Binary files /dev/null and b/ios/App/App/Assets.xcassets/Splash.imageset/splash.png differ diff --git a/src/Home/Login.js b/src/Home/Login.js index a417848..979f723 100644 --- a/src/Home/Login.js +++ b/src/Home/Login.js @@ -8,6 +8,13 @@ class Login extends Shadow { .backgroundColor("var(--accentdark)") .borderRadius(12, px) .outline("none") + .onTouch((start) => { + if(start) { + this.style.backgroundColor = "var(--accent)" + } else { + this.style.backgroundColor = "var(--accentdark)" + } + }) } render() {