Reduce share row top margin on mobile
This commit is contained in:
parent
7a22c7d76a
commit
7a38d67c5b
|
@ -26,7 +26,7 @@ export function ShareRow(props: {
|
|||
const [isShareOpen, setShareOpen] = useState(false)
|
||||
|
||||
return (
|
||||
<Row className="mt-2">
|
||||
<Row className="mt-0.5 sm:mt-2">
|
||||
<Button
|
||||
size="lg"
|
||||
color="gray-white"
|
||||
|
|
Loading…
Reference in New Issue
Block a user