From 6c6f394185252600edc0cc9e4bba923b00baf095 Mon Sep 17 00:00:00 2001 From: Agrim Jain Date: Thu, 9 May 2024 08:24:11 +0400 Subject: [PATCH] Buttons Large --- src/components/SwipeableBottomSheet/index.tsx | 4 ++-- src/features/dashboard/components/AppRegister/index.tsx | 2 +- src/features/dashboard/components/AppsTable/index.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/SwipeableBottomSheet/index.tsx b/src/components/SwipeableBottomSheet/index.tsx index 1f4121587..fb338cde9 100644 --- a/src/components/SwipeableBottomSheet/index.tsx +++ b/src/components/SwipeableBottomSheet/index.tsx @@ -89,7 +89,7 @@ const SwipeableBottomSheet: React.FC = ({ {primary_action && ( diff --git a/src/features/dashboard/components/AppsTable/index.tsx b/src/features/dashboard/components/AppsTable/index.tsx index 2a25af6a6..d360b338b 100644 --- a/src/features/dashboard/components/AppsTable/index.tsx +++ b/src/features/dashboard/components/AppsTable/index.tsx @@ -74,7 +74,7 @@ const AppsTableHeader: React.FC<{ is_desktop: boolean }> = ({ is_desktop }) => {