Skip to content

Commit

Permalink
fixed button placement
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Nov 6, 2024
1 parent bf7c412 commit 37f932d
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,11 @@ const InnerProposalInnerContentDisplay = ({
onLoad={onLoad}
/>

<Button onClick={() => setShowRaw((s) => !s)} variant="ghost">
<Button
className="self-start"
onClick={() => setShowRaw((s) => !s)}
variant="ghost"
>
<DataObject className="text-icon-secondary" />
<p className="secondary-text">
{showRaw ? t('button.hideRawData') : t('button.showRawData')}
Expand Down

0 comments on commit 37f932d

Please sign in to comment.