Skip to content

Commit 281e326

Browse files
committed
fix(web): discrepancy in customer-reviews
1 parent a4a751c commit 281e326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/components/customer-reviews/tailwind.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export const component = (
8787
</Text>
8888
<Button
8989
href="#"
90-
className="mt-[26px] mb-[24px] inline-block w-full rounded-[8px] bg-indigo-600 p-3 text-center box-border font-semibold text-white"
90+
className="mt-[26px] mb-[24px] inline-block w-full rounded-[8px] bg-indigo-600 p-[12px] text-center box-border font-semibold text-white"
9191
>
9292
Write a review
9393
</Button>

0 commit comments

Comments
 (0)