From 6ba349138ab22cf9c2480bdc1e615655ea7c95c6 Mon Sep 17 00:00:00 2001 From: Filemon Date: Tue, 23 Jul 2024 20:39:36 -0300 Subject: [PATCH] Update zap-pay-request-form.tsx - Remove shadow box from button --- src/features/zap/components/zap-pay-request-form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/zap/components/zap-pay-request-form.tsx b/src/features/zap/components/zap-pay-request-form.tsx index 40275c017..5ce820b67 100644 --- a/src/features/zap/components/zap-pay-request-form.tsx +++ b/src/features/zap/components/zap-pay-request-form.tsx @@ -81,7 +81,7 @@ const ZapPayRequestForm = ({ account, status }: IZapPayRequestForm) => { setZapComment(e.target.value)} type='text' placeholder={intl.formatMessage(messages.zap_commentPlaceholder)} /> -