Skip to content

Commit

Permalink
fix: receiverMessageBackgroundColor hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
isekovanic committed Nov 7, 2024
1 parent ff53399 commit 24e0302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/src/contexts/themeContext/utils/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ export const defaultTheme: Theme = {
metaText: {
fontSize: 12,
},
receiverMessageBackgroundColor: Colors.white,
receiverMessageBackgroundColor: Colors.white_smoke,
replyBorder: {},
replyContainer: {},
senderMessageBackgroundColor: Colors.grey_gainsboro,
Expand Down

0 comments on commit 24e0302

Please sign in to comment.