chore: tweak MdContentPaste

This commit is contained in:
Memory 2025-08-17 13:38:04 +08:00 committed by GitHub
parent ee19749009
commit 68dd3fd01a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -234,7 +234,7 @@ const Profiles: React.FC = () => {
endContent={ endContent={
<> <>
<Button <Button
size="sm" size="md"
isIconOnly isIconOnly
variant="light" variant="light"
onPress={() => { onPress={() => {
@ -242,6 +242,7 @@ const Profiles: React.FC = () => {
setUrl(text) setUrl(text)
}) })
}} }}
className="mr-2"
> >
<MdContentPaste className="text-lg" /> <MdContentPaste className="text-lg" />
</Button> </Button>