Skip to content

Commit d571d94

Browse files
committed
fix: Dark mode colors
1 parent 5327829 commit d571d94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chatwoot/react-native-widget",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"description": "React Native widget for Chatwoot",
55
"main": "index.js",
66
"scripts": {

src/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ export const POST_MESSAGE_EVENTS = {
77
};
88
export const COLOR_WHITE = '#fff';
99
export const BG_COLOR_WHITE = '#f1f5f8';
10-
export const BG_COLOR_DARK = '#1B2836';
10+
export const BG_COLOR_DARK = '#25292c';

0 commit comments

Comments
 (0)