From 9f6a1d10dba5f893538aebd7eab13f2221eb046f Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 2 Dec 2023 13:28:42 -0500 Subject: [PATCH] sty --- src/global.scss | 8 ++++++++ 1 file changed, 8 insertions(+) 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