From d9a867bbde1ff9674b30f98dc6c1bcb593f6e740 Mon Sep 17 00:00:00 2001 From: Om Ray <38233712+om-ray@users.noreply.github.com> Date: Sun, 6 Nov 2022 11:09:10 -0500 Subject: [PATCH] Change Zap automation UI issues (#5355) * changed styles for Zap automation ui to match figma * Increased margintop value * increase margintop value to mt-4 * fixed some styling issues * fixed issue with buttons being at different heights * changed vertical positioning of text and increased min height Co-authored-by: Peer Richelsen --- .../app-store/_components/AppSettings.tsx | 2 +- .../zapier/components/TemplateCard.tsx | 26 +++++++++++-------- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/packages/app-store/_components/AppSettings.tsx b/packages/app-store/_components/AppSettings.tsx index a2a41ba4be..6f27c3b8c2 100644 --- a/packages/app-store/_components/AppSettings.tsx +++ b/packages/app-store/_components/AppSettings.tsx @@ -5,7 +5,7 @@ import { DynamicComponent } from "./DynamicComponent"; export const AppSettings = (props: { slug: string }) => { return ( - wrapperClassName="border-t border-gray-200" + wrapperClassName="border-t border-gray-200 bg-gray-100" componentMap={AppSettingsComponentsMap} {...props} /> diff --git a/packages/app-store/zapier/components/TemplateCard.tsx b/packages/app-store/zapier/components/TemplateCard.tsx index fe2c72e171..e8e9f10245 100644 --- a/packages/app-store/zapier/components/TemplateCard.tsx +++ b/packages/app-store/zapier/components/TemplateCard.tsx @@ -4,24 +4,28 @@ import { Template } from "./AppSettings"; export default function TemplateCard({ template }: { template: Template }) { return ( -
-
+
+
-
+
{template.app}
-
+
-

{template.app}

-

{template.text}

+

{template.app}

+

{template.text}

-
- -
+
+
+