Skip to content

Commit

Permalink
add white text to black button
Browse files Browse the repository at this point in the history
  • Loading branch information
rchtgpt committed Aug 9, 2023
1 parent 0964714 commit 76a0aff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mifospay/src/main/res/layout/activity_login.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
app:backgroundTint="@color/black"
android:background="@drawable/button_round_black"
android:text="@string/login"
android:textColor="@color/white"
android:textSize="@dimen/value_16sp"
android:fontFamily="@font/roboto_medium"
app:layout_constraintEnd_toEndOf="parent"
Expand Down

0 comments on commit 76a0aff

Please sign in to comment.