Distinguish chosen answer a bit more

This commit is contained in:
Ian Philips 2022-05-17 09:52:34 -06:00
parent 2dba2e2b86
commit 6a829b54b8

View File

@ -46,7 +46,7 @@ export function AnswerItem(props: {
wasResolvedTo
? resolution === 'MKT'
? 'mb-2 bg-blue-50'
: 'mb-8 bg-green-50'
: 'mb-10 bg-green-50'
: chosenProb === undefined
? 'bg-gray-50'
: showChoice === 'radio'