Skip to content

Commit

Permalink
feat: Using Uno blue accent color for WASM splash
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Mar 21, 2020
1 parent 9385d05 commit cf4d56b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/SamplesApp/SamplesApp.Wasm/WasmScripts/AppManifest.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var UnoAppManifest = {

splashScreenImage: "Assets/SplashScreen.scale-200.png",
splashScreenColor: "#00f",
splashScreenColor: "#0078D7",
displayName: "SamplesApp"

}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var UnoAppManifest = {

splashScreenImage: "Assets/SplashScreen.scale-200.png",
splashScreenColor: "#00f",
splashScreenColor: "#0078D7",
displayName: "UnoQuickStart"

}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var UnoAppManifest = {

splashScreenImage: "Assets/SplashScreen.png",
splashScreenColor: "#00f",
splashScreenColor: "#0078D7",
displayName: "$ext_safeprojectname$"

}

0 comments on commit cf4d56b

Please sign in to comment.