Bigger chart icon please

This commit is contained in:
2025-07-09 03:22:10 +02:00
parent 0c69b59677
commit 34f9127778
2 changed files with 4 additions and 4 deletions

View File

@@ -98,7 +98,7 @@ const JobCardHeader: React.FC<JobCardHeaderProps> = ({
data-no-navigate data-no-navigate
title="View transaction charts" title="View transaction charts"
> >
<BarChart3 className="w-3 h-3" /> <BarChart3 className="w-4 h-4" />
</button> </button>
<BOMActions job={job} onImportBOM={onImportBOM} /> <BOMActions job={job} onImportBOM={onImportBOM} />
</div> </div>

View File

@@ -99,7 +99,7 @@ const JobCardMetrics: React.FC<JobCardMetricsProps> = ({ job }) => {
onClick={(e) => openChart('costs', e)} onClick={(e) => openChart('costs', e)}
data-no-navigate data-no-navigate
> >
<BarChart3 className="w-3 h-3" /> <BarChart3 className="w-4 h-4" />
</button> </button>
</div> </div>
<JobTransactionPopover job={job} type="costs"> <JobTransactionPopover job={job} type="costs">
@@ -149,7 +149,7 @@ const JobCardMetrics: React.FC<JobCardMetricsProps> = ({ job }) => {
onClick={(e) => openChart('revenue', e)} onClick={(e) => openChart('revenue', e)}
data-no-navigate data-no-navigate
> >
<BarChart3 className="w-3 h-3" /> <BarChart3 className="w-4 h-4" />
</button> </button>
</div> </div>
<JobTransactionPopover job={job} type="revenue"> <JobTransactionPopover job={job} type="revenue">
@@ -214,7 +214,7 @@ const JobCardMetrics: React.FC<JobCardMetricsProps> = ({ job }) => {
onClick={(e) => openChart('profit', e)} onClick={(e) => openChart('profit', e)}
data-no-navigate data-no-navigate
> >
<BarChart3 className="w-3 h-3" /> <BarChart3 className="w-4 h-4" />
</button> </button>
</div> </div>
<JobTransactionPopover job={job} type="profit"> <JobTransactionPopover job={job} type="profit">