diff --git a/src/global.scss b/src/global.scss index d14ad96..3d11f20 100644 --- a/src/global.scss +++ b/src/global.scss @@ -309,4 +309,12 @@ height: 45px; color: white; font-weight: bolder; font-size: 18px; + ion-toolbar{ + height: 45px; + background-color: yellow; + ion-title{ + height: 45px; + background-color: #4B5DFA; + } + } } \ No newline at end of file