From 7ad8af848afcdb0ed57aa76cc15ce89838ea7b7e Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Thu, 11 Aug 2022 20:54:03 -0700 Subject: [PATCH] Replace DaisyUI buttons with TailwindUI buttons Maybe this should use the button component...? But that's styled differently, the rest of /create uses standard TailwindUI --- web/components/answers/multiple-choice-answers.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/web/components/answers/multiple-choice-answers.tsx b/web/components/answers/multiple-choice-answers.tsx index 69f54648..fb0e8d03 100644 --- a/web/components/answers/multiple-choice-answers.tsx +++ b/web/components/answers/multiple-choice-answers.tsx @@ -3,6 +3,7 @@ import Textarea from 'react-expanding-textarea' import { XIcon } from '@heroicons/react/solid' import { Col } from '../layout/col' import { Row } from '../layout/row' +import { Button } from '../button' export function MultipleChoiceAnswers(props: { answers: string[] @@ -25,7 +26,7 @@ export function MultipleChoiceAnswers(props: { return ( {answers.map((answer, i) => ( - + {i + 1}.{' '}