Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1145eaae authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

fix(contacts): correct contact list font color

parent a93fb8d7
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -70,11 +70,11 @@
			.list-item {
			  background-color: var(--color-primary-light);
	  
			  .line-one__name {
			  .list-item-content__name {
				color: var(--color-main-text) !important;
			  }
	  
			  .line-two__subname {
			  .list-item-content__subname {
				color: var(--color-main-text) !important;
			  }
			}