diff --git a/app/src/main/java/to/bitkit/ui/components/ToastView.kt b/app/src/main/java/to/bitkit/ui/components/ToastView.kt index 28a21cfebe..7060c7c602 100644 --- a/app/src/main/java/to/bitkit/ui/components/ToastView.kt +++ b/app/src/main/java/to/bitkit/ui/components/ToastView.kt @@ -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 } diff --git a/changelog.d/next/1023.fixed.md b/changelog.d/next/1023.fixed.md new file mode 100644 index 0000000000..af4e0a8ee2 --- /dev/null +++ b/changelog.d/next/1023.fixed.md @@ -0,0 +1 @@ +Error toasts now use the brand orange color to match the design prototype.