mirror of
https://github.com/usebruno/bruno.git
synced 2024-12-23 23:29:47 +01:00
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 (
|
||||
<div className="flex justify-end p-4 grafnode-modal-footer">
|
||||
<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}
|
||||
</button>
|
||||
</span>
|
||||
<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}
|
||||
</button>
|
||||
</span>
|
||||
|
@ -28,7 +28,6 @@
|
||||
color: #212529;
|
||||
background: white;
|
||||
border: solid 1px white;
|
||||
padding: .215rem .6rem .215rem .6rem;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
|
Loading…
Reference in New Issue
Block a user