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

View File

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