diff --git a/frontend/src/components/buttons/MobileButton.tsx b/frontend/src/components/buttons/MobileButton.tsx new file mode 100644 index 0000000000..5260df3d37 --- /dev/null +++ b/frontend/src/components/buttons/MobileButton.tsx @@ -0,0 +1,19 @@ +import React from 'react'; +import { Button, ButtonProps } from '@mui/material'; + +const MobileButton = (props: ButtonProps) => { + return ( + + ) : ( {smallScreen && variant === 'compact' ? ( - - + ) : (