Skip to content

Commit

Permalink
fix: Fixed Reply Bubble Color (#1286)
Browse files Browse the repository at this point in the history
Updated dark color for nested replies
  • Loading branch information
alexrisch authored Dec 3, 2024
1 parent e4c7178 commit 897a512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/colorsDark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const colorsDark: IColors = {
bubbleAccent: darkPalette.accent,
reply: lightPalette.light96,
nestedReply: darkPalette.alpha4,
nestedReplyFromMe: darkPalette.dark85,
nestedReplyFromMe: darkPalette.alpha4,
received: {
bubble: lightPalette.light15,
reply: lightPalette.light15,
Expand Down

0 comments on commit 897a512

Please sign in to comment.