From cccdfdedbbb659106d294cb11c0638920db94783 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Thu, 12 Oct 2023 14:47:33 -0400 Subject: [PATCH] fix: pass props to trigger and add disabled button styling --- src/components/lume/LumeDashboard/LumeDashboard.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/components/lume/LumeDashboard/LumeDashboard.tsx b/src/components/lume/LumeDashboard/LumeDashboard.tsx index b399f47..f1b065a 100644 --- a/src/components/lume/LumeDashboard/LumeDashboard.tsx +++ b/src/components/lume/LumeDashboard/LumeDashboard.tsx @@ -30,9 +30,14 @@ const LumeDashboard = (props: any) => { }, [networks]); const DefaultTrigger = (props: any) => ( - +