changed btn size. to sm
This commit is contained in:
parent
1ca337067a
commit
66703de72e
@ -199,10 +199,10 @@ const WorkAreaModel = ({ project, onSubmit, clearTrigger, onClearComplete, onClo
|
|||||||
|
|
||||||
{/* Submit and Cancel Buttons */}
|
{/* Submit and Cancel Buttons */}
|
||||||
<div className="col-12 text-center">
|
<div className="col-12 text-center">
|
||||||
<button type="submit" className="btn btn-primary me-3">
|
<button type="submit" className="btn btn-sm btn-primary me-3">
|
||||||
{watch("id") === "0" ? "Add Work Area" : "Edit Work Area"}
|
{watch("id") === "0" ? "Add Work Area" : "Edit Work Area"}
|
||||||
</button>
|
</button>
|
||||||
<button type="button" className="btn btn-label-secondary" onClick={handleCancel} data-bs-dismiss="modal" aria-label="Close">
|
<button type="button" className="btn btn-sm btn-label-secondary" onClick={handleCancel} data-bs-dismiss="modal" aria-label="Close">
|
||||||
Cancel
|
Cancel
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user