fix: Add brand color in CSAT card component (#2756)
This commit is contained in:
parent
e834b545ef
commit
6265c1c907
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue