fix login webview title color with light theme (#2497)

This commit is contained in:
Konrad Pozniak 2022-05-04 18:40:29 +02:00 committed by GitHub
commit db81ede04a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View file

@ -11,8 +11,7 @@
<androidx.appcompat.widget.Toolbar
android:id="@+id/loginToolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:titleTextColor="#fff" />
android:layout_height="wrap_content" />
</com.google.android.material.appbar.AppBarLayout>