forked from extern/bruno
chore: increased modal button size from sm to md
This commit is contained in:
parent
bd621196ba
commit
2a0c7947a3
@ -25,12 +25,12 @@ const ModalFooter = ({confirmText, cancelText, handleSubmit, handleCancel, confi
|
|||||||
return (
|
return (
|
||||||
<div className="flex justify-end p-4 grafnode-modal-footer">
|
<div className="flex justify-end p-4 grafnode-modal-footer">
|
||||||
<span className="mr-2">
|
<span className="mr-2">
|
||||||
<button type="button" onClick={handleCancel} className="btn btn-sm btn-close">
|
<button type="button" onClick={handleCancel} className="btn btn-md btn-close">
|
||||||
{cancelText}
|
{cancelText}
|
||||||
</button>
|
</button>
|
||||||
</span>
|
</span>
|
||||||
<span className="">
|
<span className="">
|
||||||
<button type="submit" className="submit btn btn-sm btn-secondary" disabled={confirmDisabled} onClick={handleSubmit} >
|
<button type="submit" className="submit btn btn-md btn-secondary" disabled={confirmDisabled} onClick={handleSubmit} >
|
||||||
{confirmText}
|
{confirmText}
|
||||||
</button>
|
</button>
|
||||||
</span>
|
</span>
|
||||||
|
@ -28,7 +28,6 @@
|
|||||||
color: #212529;
|
color: #212529;
|
||||||
background: white;
|
background: white;
|
||||||
border: solid 1px white;
|
border: solid 1px white;
|
||||||
padding: .215rem .6rem .215rem .6rem;
|
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
|
Loading…
Reference in New Issue
Block a user