Skip to content

Commit 24e0302

Browse files
committed
fix: receiverMessageBackgroundColor hotfix
1 parent ff53399 commit 24e0302

File tree

1 file changed

+1
-1
lines changed
  • package/src/contexts/themeContext/utils

1 file changed

+1
-1
lines changed

package/src/contexts/themeContext/utils/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@ export const defaultTheme: Theme = {
12181218
metaText: {
12191219
fontSize: 12,
12201220
},
1221-
receiverMessageBackgroundColor: Colors.white,
1221+
receiverMessageBackgroundColor: Colors.white_smoke,
12221222
replyBorder: {},
12231223
replyContainer: {},
12241224
senderMessageBackgroundColor: Colors.grey_gainsboro,

0 commit comments

Comments
 (0)