fix: Add brand color in CSAT card component (#2756)

This commit is contained in:
Muhsin Keloth 2021-08-05 01:20:01 +05:30 committed by GitHub
parent e834b545ef
commit 6265c1c907
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
<template>
<div class="customer-satisfcation">
<div class="customer-satisfcation" :style="{ borderColor: widgetColor }">
<h6 class="title">
{{ title }}
</h6>