Skip to content

Commit

Permalink
Updated message UI in dark mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbean393 committed Oct 19, 2024
1 parent 69417ca commit 8b047db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sidekick/Views/Conversation/Message/MessageView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ struct MessageView: View {
return colorScheme == .dark ? .white : .black
}
var shadowRadius: CGFloat {
return colorScheme == .dark ? 5 : 0
return colorScheme == .dark ? 2.5 : 0
}

@EnvironmentObject private var conversationManager: ConversationManager
Expand Down

0 comments on commit 8b047db

Please sign in to comment.