mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
Fix visual bug
This commit is contained in:
@@ -169,7 +169,7 @@
|
||||
|
||||
|
||||
.app-name{
|
||||
background: #42b9f2;
|
||||
background: var(--title-text-color);
|
||||
border-radius: 18px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
|
||||
@@ -180,7 +180,7 @@ ion-content{
|
||||
|
||||
|
||||
.app-name{
|
||||
background: #42b9f2;
|
||||
background: var(--title-text-color);
|
||||
border-radius: 18px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
|
||||
+1
-1
@@ -144,7 +144,7 @@ ion-menu{
|
||||
|
||||
|
||||
.app-name{
|
||||
background: #42b9f2;
|
||||
background: var(--title-text-color);
|
||||
border-radius: 18px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
|
||||
+1
-1
@@ -174,7 +174,7 @@
|
||||
|
||||
|
||||
.app-name{
|
||||
background: #42b9f2;
|
||||
background: var(--title-text-color);
|
||||
border-radius: 18px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
|
||||
+2
-2
@@ -154,7 +154,7 @@ font-size: 13px;
|
||||
|
||||
|
||||
.app-name{
|
||||
background: #42b9f2;
|
||||
background: var(--title-text-color);
|
||||
border-radius: 18px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
@@ -190,7 +190,7 @@ font-size: 13px;
|
||||
|
||||
|
||||
.app-name{
|
||||
background: #42b9f2;
|
||||
background: var(--title-text-color);
|
||||
border-radius: 18px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user