Skip to content

Commit

Permalink
Update Sample app to version 4.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-dubey1 committed Jul 30, 2024
1 parent 1d3a837 commit b624244
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 29 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/devskim.yml

This file was deleted.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cometchat-chat-sample-app-angular",
"version": "4.3.7",
"version": "4.3.8",
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"ng": "ng",
Expand All @@ -19,8 +19,8 @@
"@angular/platform-browser": "~13.3.0",
"@angular/platform-browser-dynamic": "~13.3.0",
"@angular/router": "~13.3.0",
"@cometchat/calls-sdk-javascript": "^4.0.7",
"@cometchat/chat-uikit-angular": "~4.3.10",
"@cometchat/calls-sdk-javascript": "^4.0.9",
"@cometchat/chat-uikit-angular": "~4.3.14",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export class MessageComposerDemoComponent implements OnInit {
attachIcontint: this.themeService.theme.palette.getAccent500(),
sendIconTint: '#2fb5e9d1',
emojiIconTint: this.themeService.theme.palette.getAccent500(),
voiceRecordingIconTint:this.themeService.theme.palette.getAccent500(),
inputBackground: 'transparent',
inputBorder: 'none',
dividerTint: this.themeService.theme.palette.getAccent200(),
Expand Down

0 comments on commit b624244

Please sign in to comment.