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

Commit eaddde6f authored by stefan-niedermann's avatar stefan-niedermann
Browse files

Fix #606 Wrong account name color in dark mode

parent 34e3f5e2
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
        android:fitsSystemWindows="true">

        <androidx.core.widget.NestedScrollView
            android:id="@+id/scrollView"
            android:layout_width="match_parent"
            android:layout_height="match_parent">

@@ -70,7 +71,7 @@
                        android:shadowDy="0"
                        android:shadowRadius="2"
                        android:text="@string/app_name_long"
                        android:textColor="@color/fg_contrast"
                        android:textColor="@android:color/white"
                        android:textSize="14sp"
                        android:textStyle="bold" />

@@ -89,7 +90,7 @@
                        android:shadowDx="0.5"
                        android:shadowDy="0"
                        android:shadowRadius="2"
                        android:textColor="@color/fg_contrast"
                        android:textColor="@android:color/white"
                        android:textSize="12sp"
                        tools:text="user@nextcloud.example.com"/>
                </RelativeLayout>
+1 −1
Original line number Diff line number Diff line
- Announcment for Nextcloud Single-Sign-On
 No newline at end of file
- #606 Wrong account name color in dark mode
 No newline at end of file