increase priority fee buttongroup width

This commit is contained in:
saml33 2023-03-27 09:58:38 +11:00
parent a9033f8c6b
commit 1a920526d5
1 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ const RpcSettings = () => {
<h2 className="mb-4 text-base">{t('rpc')}</h2>
<div className="flex flex-col border-t border-th-bkg-3 py-4 md:flex-row md:items-center md:justify-between md:px-4">
<p className="mb-2 md:mb-0">{t('rpc-provider')}</p>
<div className="w-full min-w-[160px] md:w-auto md:pl-4">
<div className="w-full min-w-[160px] md:w-auto">
<ButtonGroup
activeValue={rpcEndpoint.label}
onChange={(v) => handleSetEndpointProvider(v)}
@ -135,7 +135,7 @@ const RpcSettings = () => {
</div>
<div className="flex flex-col border-t border-th-bkg-3 py-4 md:flex-row md:items-center md:justify-between md:px-4">
<p className="mb-2 md:mb-0">Priority Fee</p>
<div className="w-full min-w-[160px] md:w-auto md:pl-4">
<div className="w-full min-w-[220px] md:w-auto md:pl-4">
<ButtonGroup
activeValue={priorityFee.label}
onChange={(v) => handlePriorityFee(v)}