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 Bitkit/Components/ToastView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ struct ToastView: View {
case .info: return .blueAccent
case .lightning: return .purpleAccent
case .warning: return .brandAccent
case .error: return .redAccent
case .error: return .brandAccent
Comment thread
CypherPoet marked this conversation as resolved.
}
}
}
Expand Down
1 change: 1 addition & 0 deletions changelog.d/next/594.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Error toasts now use Bitkit's brand color instead of a separate red accent, matching the design across all toast types.
Loading