-
-
-
No Webhooks
-
Create webhooks to receive real-time updates and automate actions
-
-
-
+
+
+
+
No Webhooks
+ {
+
+ Create webhooks to receive real-time updates and automate actions
+
+ }
+
);
diff --git a/web/pages/[workspaceSlug]/me/profile/index.tsx b/web/pages/[workspaceSlug]/me/profile/index.tsx
index 33813fa52..a6ae7c784 100644
--- a/web/pages/[workspaceSlug]/me/profile/index.tsx
+++ b/web/pages/[workspaceSlug]/me/profile/index.tsx
@@ -303,7 +303,8 @@ const ProfilePage: NextPageWithLayout = () => {
value={value}
onChange={onChange}
label={value ? value.toString() : "Select your role"}
- buttonClassName={errors.role ? "border-red-500 bg-red-500/10" : ""}
+ buttonClassName={errors.role ? "border-red-500 bg-red-500/10" : "border-none"}
+ className="rounded-md border !border-custom-border-200"
width="w-full"
input
>
@@ -369,6 +370,8 @@ const ProfilePage: NextPageWithLayout = () => {
options={timeZoneOptions}
onChange={onChange}
optionsClassName="w-full"
+ buttonClassName={"border-none"}
+ className="rounded-md border !border-custom-border-200"
input
/>
)}
diff --git a/web/pages/[workspaceSlug]/settings/webhooks/index.tsx b/web/pages/[workspaceSlug]/settings/webhooks/index.tsx
index ce650e81c..f311741b8 100644
--- a/web/pages/[workspaceSlug]/settings/webhooks/index.tsx
+++ b/web/pages/[workspaceSlug]/settings/webhooks/index.tsx
@@ -31,7 +31,7 @@ const WebhooksPage: NextPage = observer(() => {
return (
}>
-
+
{loader ? (
@@ -41,10 +41,8 @@ const WebhooksPage: NextPage = observer(() => {
{Object.keys(webhooks).length > 0 ? (
) : (
-
-
-
-
+
+
)}
>
diff --git a/web/public/empty-state/web-hook.svg b/web/public/empty-state/web-hook.svg
new file mode 100644
index 000000000..f8e32d3e5
--- /dev/null
+++ b/web/public/empty-state/web-hook.svg
@@ -0,0 +1,49 @@
+