Skip to content

Commit

Permalink
update: change warn text color to white
Browse files Browse the repository at this point in the history
  • Loading branch information
muedsa committed Aug 23, 2024
1 parent 0314d36 commit bc53e57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ enum class ToastMessageType(
containerColor = Color(0xFF_6D_D5_8C)
),
WARNING(
contentColor = Color(0xFFF79F52),
contentColor = Color(0xFF_FF_FF_FF),
containerColor = Color(0xFF_FF_88_00)
),
ERROR(
Expand Down

0 comments on commit bc53e57

Please sign in to comment.