Commit b1611f36 authored by Jiwon Yoon's avatar Jiwon Yoon
Browse files

AQuestion -Arating 선택한 버튼 색깔 바꿈

parent aa1aeb15
...@@ -32,7 +32,7 @@ export const ARating = ({ element, answer: answerQuestion }: IAnswerProps) => { ...@@ -32,7 +32,7 @@ export const ARating = ({ element, answer: answerQuestion }: IAnswerProps) => {
onClick={buttonClick} onClick={buttonClick}
style={{ style={{
backgroundColor: backgroundColor:
selectedchoice === choice.text ? "#58ACFA" : "white", selectedchoice === choice.text ? "#0A8A8A" : "white",
}} }}
> >
{choice.text} {choice.text}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment