From d0bf37b50e87a207f32ededcd43d5358c97bda06 Mon Sep 17 00:00:00 2001 From: Rodrigo Nader Date: Sun, 31 Mar 2024 01:38:02 -0300 Subject: [PATCH] Update ParentDisclosureComponent and applies.css --- .../FlowPage/components/ParentDisclosureComponent/index.tsx | 2 +- src/frontend/src/style/applies.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/frontend/src/pages/FlowPage/components/ParentDisclosureComponent/index.tsx b/src/frontend/src/pages/FlowPage/components/ParentDisclosureComponent/index.tsx index 4de84a439..5c9f79a0d 100644 --- a/src/frontend/src/pages/FlowPage/components/ParentDisclosureComponent/index.tsx +++ b/src/frontend/src/pages/FlowPage/components/ParentDisclosureComponent/index.tsx @@ -14,7 +14,7 @@ export default function ParentDisclosureComponent({
- {title} + {title}
{buttons.map((btn, index) => ( diff --git a/src/frontend/src/style/applies.css b/src/frontend/src/style/applies.css index 093c3c3e0..8900938bf 100644 --- a/src/frontend/src/style/applies.css +++ b/src/frontend/src/style/applies.css @@ -184,17 +184,17 @@ @apply fill-chat-trigger-disabled stroke-chat-trigger-disabled stroke-1; } .parent-disclosure-arrangement { - @apply flex w-full select-none items-center justify-between border-y border-y-input bg-background px-3 py-2; + @apply flex w-full select-none items-center justify-between bg-background px-3 py-1; } .components-disclosure-arrangement { - @apply -mt-px flex w-full select-none items-center justify-between border-y border-t-2 border-y-input bg-muted px-3 py-2; + @apply -mt-px flex w-full select-none items-center justify-between border-y border-y-input bg-muted px-3 py-2; } .components-disclosure-arrangement-child { /* different color than the non child */ @apply -mt-px flex w-full select-none items-center justify-between border-y border-y-input bg-muted px-3 py-2; } .parent-disclosure-title { - @apply p-2 px-2 text-sm font-semibold; + @apply p-2 px-2 text-sm font-medium; } .components-disclosure-title { @apply flex items-center text-sm text-primary;