feat: Update design - CSAT survey page (#2964)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
<div class="mt-6">
|
||||
<label class="text-base font-medium text-black-800">
|
||||
{{ $t('SURVEY.FEEDBACK.LABEL') }}
|
||||
</label>
|
||||
|
||||
@@ -35,7 +35,7 @@ export default {
|
||||
{ selected: rating.value === this.selectedRating },
|
||||
{ disabled: !!this.selectedRating },
|
||||
{ hover: !!this.selectedRating },
|
||||
'emoji-button shadow-none text-4xl outline-none mr-8',
|
||||
'emoji-button shadow-none text-3xl lg:text-4xl outline-none mr-8',
|
||||
];
|
||||
},
|
||||
onClick(rating) {
|
||||
|
||||
Reference in New Issue
Block a user