Skip to content

Commit 62dc8d3

Browse files
committed
change text color for playlist text
1 parent 91c4054 commit 62dc8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/src/main/res/layout/fragment_playlist.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
android:textSize="@dimen/text_head"
2828
android:text="@string/oops"
2929
android:textAlignment="center"
30-
android:textColor="@color/colorTextHigh"
30+
android:textColor="@color/colorTextLow"
3131
android:fontFamily="@font/nunito_sans"/>
3232

3333
<androidx.recyclerview.widget.RecyclerView

0 commit comments

Comments
 (0)