Skip to content

Commit

Permalink
fix: change to button
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanghou committed May 8, 2024
1 parent 5755ddb commit c86b1ad
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions packages/web/src/components/molecules/ModalInnerTextBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -295,17 +295,9 @@ const VoteChoice: React.FC<PropsWithChildren & { onClick?: () => void }> = ({
{children}
</p>
<Clickable>
<button
type="submit"
css={[w(13), h(13), center, bg.white]}
style={{
border: "none",
background: "transparent",
}}
onClick={onClick}
>
<Button css={[w(13), h(13)]} onClick={onClick}>
<TrashIcon />
</button>
</Button>
</Clickable>
</div>
);
Expand Down

0 comments on commit c86b1ad

Please sign in to comment.