From d12482cc5e4ba6ca616f2bc0370e3371dd940fb4 Mon Sep 17 00:00:00 2001 From: Amanda Bullington <35536439+albullington@users.noreply.github.com> Date: Fri, 8 Sep 2023 12:37:19 -0700 Subject: [PATCH] Increase shutter size; closes #773 (#774) --- src/components/Camera/Buttons/TakePhoto.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/Camera/Buttons/TakePhoto.js b/src/components/Camera/Buttons/TakePhoto.js index fdb955bc8..70d9d999a 100644 --- a/src/components/Camera/Buttons/TakePhoto.js +++ b/src/components/Camera/Buttons/TakePhoto.js @@ -36,13 +36,15 @@ const TakePhoto = ( { const { t } = useTranslation( ); const theme = useTheme( ); + const borderClass = "border-[1.64px] rounded-full h-[60px] w-[60px]"; + return ( ) - : } + : } ); };