Skip to content

Commit 1f4241b

Browse files
authored
Merge branch 'master' into fix/transfer-spending-max-lsp-cap
2 parents 285cc47 + f01def0 commit 1f4241b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Bitkit/Components/ToastView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ struct ToastView: View {
9292
case .info: return .blueAccent
9393
case .lightning: return .purpleAccent
9494
case .warning: return .brandAccent
95-
case .error: return .redAccent
95+
case .error: return .brandAccent
9696
}
9797
}
9898
}

changelog.d/next/594.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Error toasts now use Bitkit's brand color instead of a separate red accent, matching the design across all toast types.

0 commit comments

Comments
 (0)