We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5327829 commit d571d94Copy full SHA for d571d94
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@chatwoot/react-native-widget",
3
- "version": "0.0.16",
+ "version": "0.0.17",
4
"description": "React Native widget for Chatwoot",
5
"main": "index.js",
6
"scripts": {
src/constants.js
@@ -7,4 +7,4 @@ export const POST_MESSAGE_EVENTS = {
7
};
8
export const COLOR_WHITE = '#fff';
9
export const BG_COLOR_WHITE = '#f1f5f8';
10
-export const BG_COLOR_DARK = '#1B2836';
+export const BG_COLOR_DARK = '#25292c';
0 commit comments