Skip to content

Commit

Permalink
fix: added contrast to matomo slide
Browse files Browse the repository at this point in the history
Closes #4086
  • Loading branch information
VaiTon committed Jul 19, 2021
1 parent efd5f50 commit 5825414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/welcome_slide_matomo.xml
Expand Up @@ -31,7 +31,7 @@
android:padding="20dp"
android:text="@string/title_welcome_matomo"
android:textAlignment="center"
android:textColor="?android:attr/textColorPrimary"
android:textColor="@color/black"
android:textSize="20sp"
android:textStyle="bold"
app:layout_constraintBottom_toTopOf="@+id/slide_1_desc"
Expand All @@ -50,7 +50,7 @@
android:gravity="center_horizontal"
android:text="@string/msg_welcome_matomo"
android:textAlignment="center"
android:textColor="?android:attr/textColorPrimary"
android:textColor="@color/black"
android:textSize="@dimen/slide_desc"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintHorizontal_bias="0.5"
Expand Down

0 comments on commit 5825414

Please sign in to comment.