diff --git a/web/src/app/app.component.html b/web/src/app/app.component.html index cebd0e3d..984ed506 100644 --- a/web/src/app/app.component.html +++ b/web/src/app/app.component.html @@ -1,19 +1,20 @@ - - - - - GoCryptoTrader - - menu Menu - - - - - - Settings - Help - + + + + + Logo + + Dashboard + Wallet Summary + Settings + Help + + + GitHub + + + diff --git a/web/src/index.html b/web/src/index.html index f671a6e4..a5c11d4f 100644 --- a/web/src/index.html +++ b/web/src/index.html @@ -11,7 +11,7 @@ - + Loading... diff --git a/web/src/styles.scss b/web/src/styles.scss index 183288fa..1db4da0a 100644 --- a/web/src/styles.scss +++ b/web/src/styles.scss @@ -2,8 +2,7 @@ html, body { margin: 0; padding: 0; - height: 100%; } -@import '~@angular/material/prebuilt-themes/deeppurple-amber.css'; +@import '~@angular/material/prebuilt-themes/purple-green.css';