fix: removed rounded top corners on webhook form (#19905)

This commit is contained in:
avnish100
2025-03-10 14:54:43 +00:00
committed by GitHub
parent 8d18b3da38
commit d1d1472f3e
@@ -146,7 +146,7 @@ const WebhookForm = (props: {
<Form
form={formMethods}
handleSubmit={(values) => props.onSubmit({ ...values, changeSecret, newSecret })}>
<div className="border-subtle rounded-t-lg border p-6">
<div className="border-subtle border p-6">
<Controller
name="subscriberUrl"
control={formMethods.control}