From 46700b275643673c1105c1b95cfba7ef455d2bfa Mon Sep 17 00:00:00 2001 From: Paul McInnis Date: Mon, 23 Dec 2024 16:57:02 -0500 Subject: [PATCH] fix(bex): switch to a non-custom colours --- .../app/pools/components/pool-creation-summary.tsx | 12 +++++------- apps/hub/src/app/pools/components/process-steps.tsx | 12 ++++++------ packages/config/tailwind/index.ts | 4 ---- 3 files changed, 11 insertions(+), 17 deletions(-) diff --git a/apps/hub/src/app/pools/components/pool-creation-summary.tsx b/apps/hub/src/app/pools/components/pool-creation-summary.tsx index 80dc10b87..8c3914cb9 100644 --- a/apps/hub/src/app/pools/components/pool-creation-summary.tsx +++ b/apps/hub/src/app/pools/components/pool-creation-summary.tsx @@ -95,20 +95,18 @@ const PoolCreationSummary = memo( showStep(0) && poolType ? (
diff --git a/apps/hub/src/app/pools/components/process-steps.tsx b/apps/hub/src/app/pools/components/process-steps.tsx index eef596f39..39b7b105d 100644 --- a/apps/hub/src/app/pools/components/process-steps.tsx +++ b/apps/hub/src/app/pools/components/process-steps.tsx @@ -49,7 +49,7 @@ const ProcessSteps = ({ return (
@@ -70,26 +70,26 @@ const ProcessSteps = ({ )}
{selectedStep === index && ( -
+
)} -
+

{title}

{completedSteps.includes(index) && (verifiedSteps.steps[index] ? ( ) : ( ))}
diff --git a/packages/config/tailwind/index.ts b/packages/config/tailwind/index.ts index 5634cd44b..3ca6b0358 100755 --- a/packages/config/tailwind/index.ts +++ b/packages/config/tailwind/index.ts @@ -155,10 +155,6 @@ export default { createButton: "#e6b434", processStepBackground: "#373332", highlight: "#0284C7", - semanticSuccessForeground: "#4ADE80", - semanticSuccessBackground: "#141D10", - semanticBlueSuccessForeground: "#38BCF8", - semanticBlueSuccessBackground: "#121A1C", }, borderRadius: { "2xs": "0.125rem",