Skip to content

Commit 8f1f9e5

Browse files
committed
fix: report button made smaller
1 parent 47869a4 commit 8f1f9e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ReportButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function ReportButton(){
1313
<>
1414
<Button
1515
onClick={() => setOpen(true)}
16-
className="h-12 w-12 rounded p-0 text-white transition hover:bg-red-600 bg-red-500"
16+
className="h-10 w-10 rounded p-0 text-white transition hover:bg-red-600 bg-red-500"
1717
>
1818
<FaFlag className="text-sm" />
1919
</Button>

0 commit comments

Comments
 (0)