Highlight FR answer in bet w/ comment

This commit is contained in:
Ian Philips 2022-04-25 16:03:31 -06:00
parent 20bd97f828
commit 424abef5d2

View File

@ -27,6 +27,7 @@ export function OutcomeLabel(props: {
contract={contract as FullContract<DPM, FreeResponse>} contract={contract as FullContract<DPM, FreeResponse>}
resolution={outcome} resolution={outcome}
truncate={truncate} truncate={truncate}
answerClassName={'font-bold text-primary'}
/> />
) )
} }