Skip to content

Commit b43897d

Browse files
authored
Merge branch 'feat/home-hw-wallet-ui' into feat/hw-wallet-activity
2 parents 912c481 + f342cd5 commit b43897d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

app/src/main/java/to/bitkit/ui/components/ToastView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,5 +377,5 @@ private fun Toast.tintColor(): Color = when (type) {
377377
Toast.ToastType.INFO -> Colors.Blue
378378
Toast.ToastType.LIGHTNING -> Colors.Purple
379379
Toast.ToastType.WARNING -> Colors.Brand
380-
Toast.ToastType.ERROR -> Colors.Red
380+
Toast.ToastType.ERROR -> Colors.Brand
381381
}

changelog.d/next/1023.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Error toasts now use the brand orange color to match the design prototype.

0 commit comments

Comments
 (0)