2
0

docs: 📝 Edit single button color

This commit is contained in:
Baptiste Arnaud
2022-05-23 08:12:16 -07:00
parent f07db7f68a
commit c57ed0777c
4 changed files with 19 additions and 0 deletions

View File

@ -54,6 +54,7 @@ export const ChoiceForm = ({ step, onSubmit }: ChoiceFormProps) => {
: 'selectable')
}
data-testid="button"
data-itemid={item.id}
>
{item.content}
</button>