Expense widget - Layout change

This commit is contained in:
Kartik Sharma 2025-11-13 15:14:07 +05:30
parent c4b589460a
commit b13034a995
2 changed files with 70 additions and 70 deletions

View File

@ -165,7 +165,7 @@ const ProjectOverview = ({ project }) => {
}, [selectedProject]);
return (
<div className="card" style={{ minHeight: "490px" }}>
<div className="card h-100">
<div className="card-header text-start">
<h5 className="card-action-title mb-0">
{" "}

View File

@ -72,7 +72,7 @@ const AddPayment = ({ onClose }) => {
<div className="col-12 col-md-6 mb-2">
<Label required>Transaction Date </Label>
<DatePicker
<DatePicker className="w-100"
name="paymentReceivedDate"
control={control}
minDate={