diff --git a/.github/workflows/devskim.yml b/.github/workflows/devskim.yml deleted file mode 100644 index be0efb29..00000000 --- a/.github/workflows/devskim.yml +++ /dev/null @@ -1,26 +0,0 @@ -# This is a basic workflow to help you get started with Actions - -name: DevSkim workflow - -on: - pull_request: - branches: [ master, dev ] - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - # This workflow contains a single job called "build" - devskim: - # The type of runner that the job will run on - runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so job can access it - - uses: actions/checkout@v2 - - # devskim Checks - - name: DevSkim Check - uses: microsoft/DevSkim-Action@v1 - # env: - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # DANGER_DISABLE_TRANSPILATION: true diff --git a/package.json b/package.json index 9e86295b..87507920 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" diff --git a/src/app/messages/message-composer-demo/message-composer-demo.component.ts b/src/app/messages/message-composer-demo/message-composer-demo.component.ts index 42d78b78..9c9b05ca 100644 --- a/src/app/messages/message-composer-demo/message-composer-demo.component.ts +++ b/src/app/messages/message-composer-demo/message-composer-demo.component.ts @@ -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(),