Skip to content

Commit

Permalink
Update width of relayer-manage-modal on pc
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Nov 29, 2023
1 parent 7928aeb commit a48fcb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export default function RelayerManageModal({ relayerInfo, isOpen, onClose, onSuc
return (
<Modal
title="Manage Relayer"
className="w-full lg:w-[40rem]"
className="w-full lg:w-[32rem]"
okText={okText}
isOpen={isOpen}
onClose={onClose}
Expand Down

0 comments on commit a48fcb8

Please sign in to comment.