Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/main/java/to/bitkit/ui/components/ToastView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,5 @@ private fun Toast.tintColor(): Color = when (type) {
Toast.ToastType.INFO -> Colors.Blue
Toast.ToastType.LIGHTNING -> Colors.Purple
Toast.ToastType.WARNING -> Colors.Brand
Toast.ToastType.ERROR -> Colors.Red
Toast.ToastType.ERROR -> Colors.Brand
Comment thread
jvsena42 marked this conversation as resolved.
}
1 change: 1 addition & 0 deletions changelog.d/next/1023.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Error toasts now use the brand orange color to match the design prototype.
Loading