We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47869a4 commit 8f1f9e5Copy full SHA for 8f1f9e5
1 file changed
src/components/ReportButton.tsx
@@ -13,7 +13,7 @@ export default function ReportButton(){
13
<>
14
<Button
15
onClick={() => setOpen(true)}
16
- className="h-12 w-12 rounded p-0 text-white transition hover:bg-red-600 bg-red-500"
+ className="h-10 w-10 rounded p-0 text-white transition hover:bg-red-600 bg-red-500"
17
>
18
<FaFlag className="text-sm" />
19
</Button>
0 commit comments