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 ( ) - : } + : } ); };