From 09e5f84b8b2946cb75eac974af5e20cab52d8fb4 Mon Sep 17 00:00:00 2001 From: Ardeman Date: Sun, 9 Mar 2025 09:09:54 +0800 Subject: [PATCH] style: update social share button styles for improved UI consistency --- app/components/ui/social-share.tsx | 31 ++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/app/components/ui/social-share.tsx b/app/components/ui/social-share.tsx index 5b7017f..2fcbe9d 100644 --- a/app/components/ui/social-share.tsx +++ b/app/components/ui/social-share.tsx @@ -35,37 +35,44 @@ export const SocialShareButtons = ({ return (
- {showPopup && ( -
- Link berhasil disalin! -
- )} - + - + - + - + -
)