From dccb9c27dbcedbe0a6dbe0babc137dc9340db398 Mon Sep 17 00:00:00 2001 From: Igor Carvalho Date: Wed, 5 Jul 2023 19:08:33 -0300 Subject: [PATCH] feat: Add CodeArea and Dropdown component tailwind constant classes --- .../EditFlowSettingsComponent/index.tsx | 4 +- .../components/codeAreaComponent/index.tsx | 6 +- .../components/dropdownComponent/index.tsx | 24 ++++---- .../src/components/floatComponent/index.tsx | 2 +- src/frontend/src/index.css | 60 +++++++++++++++++++ 5 files changed, 78 insertions(+), 18 deletions(-) diff --git a/src/frontend/src/components/EditFlowSettingsComponent/index.tsx b/src/frontend/src/components/EditFlowSettingsComponent/index.tsx index 7ce5f4f26..4c1d18b75 100644 --- a/src/frontend/src/components/EditFlowSettingsComponent/index.tsx +++ b/src/frontend/src/components/EditFlowSettingsComponent/index.tsx @@ -44,10 +44,10 @@ export const EditFlowSettings: React.FC = ({ return ( <>