diff --git a/frontend/src/scenes/surveys/SurveyEditQuestionRow.tsx b/frontend/src/scenes/surveys/SurveyEditQuestionRow.tsx index 1ff604c0c39fd..900f2b3d22470 100644 --- a/frontend/src/scenes/surveys/SurveyEditQuestionRow.tsx +++ b/frontend/src/scenes/surveys/SurveyEditQuestionRow.tsx @@ -229,6 +229,10 @@ export function SurveyEditQuestionGroup({ index, question }: { index: number; qu const newQuestions = [...survey.questions] newQuestions[index] = newQuestion setSurveyValue('questions', newQuestions) + setSurveyValue( + 'appearance.ratingButtonColor', + val === 'emoji' ? '#939393' : 'white' + ) resetBranchingForQuestion(index) }} />