chore: Add chatwoot utils package (#2307)

* add chatwoot utils package

* remove color helper

* replace contrasting text color  with chatwoot util
This commit is contained in:
Muhsin Keloth 2021-05-24 12:43:03 +05:30 committed by GitHub
parent 58dd6d37e0
commit 62d19911be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 11 deletions

View file

@ -7,7 +7,7 @@
</div>
</template>
<script>
import { getContrastingTextColor } from 'shared/helpers/ColorHelper';
import { getContrastingTextColor } from '@chatwoot/utils';
export default {
props: {
title: {