Skip to content

Commit

Permalink
fix: add correct colors for dark mode when recording audio (WPB-4534) (
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandreferris authored Jan 19, 2024
1 parent abdde82 commit 8e036d1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,8 @@ private val DarkWireColorScheme = WireColorScheme(
classifiedBannerForegroundColor = WireColorPalette.DarkGreen500,
unclassifiedBannerBackgroundColor = WireColorPalette.DarkRed500,
unclassifiedBannerForegroundColor = Color.Black,
recordAudioStartColor = WireColorPalette.LightBlue500,
recordAudioStopColor = WireColorPalette.LightRed500,
recordAudioStartColor = WireColorPalette.DarkBlue500,
recordAudioStopColor = WireColorPalette.DarkRed500,
scrollToBottomButtonColor = WireColorPalette.Gray60,
onScrollToBottomButtonColor = Color.Black,
validE2eiStatusColor = WireColorPalette.DarkGreen500,
Expand Down

0 comments on commit 8e036d1

Please sign in to comment.