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

Commit 6e04aa59 authored by Hasib Prince's avatar Hasib Prince
Browse files

fixed: color of title on setting page for dark theme

parent d2f12144
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,9 +52,9 @@ android:gravity="center_vertical" android:paddingRight="?android:attr/scrollbarS
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:singleLine="false"
                android:textColor="@android:color/black"
                android:textAppearance="?android:attr/textAppearanceMediumInverse"
                android:textSize="16sp"
                android:textColor="?android:attr/textColorPrimary"
                android:layout_marginTop="12dp"
                android:fadingEdge="horizontal" />