Merge pull request #1953 from osodebailar/bugfix/fix-insight-textcolor-on-whitetheme

fix insight textcolor on white theme
This commit is contained in:
Milos Kozak 2022-07-30 23:08:32 +02:00 committed by GitHub
commit 14aace2181
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -7,6 +7,5 @@
android:gravity="center_vertical"
android:paddingStart="16dp"
android:paddingEnd="0dp"
android:textColor="#FFFFFF"
android:textSize="20sp"
tools:text="Test" />

View file

@ -34,7 +34,6 @@
android:gravity="start"
android:paddingStart="5dp"
android:paddingEnd="0dp"
android:textColor="@android:color/white"
android:textSize="14sp" />
</LinearLayout>