Bigger chart icon please
This commit is contained in:
@@ -98,7 +98,7 @@ const JobCardHeader: React.FC<JobCardHeaderProps> = ({
|
||||
data-no-navigate
|
||||
title="View transaction charts"
|
||||
>
|
||||
<BarChart3 className="w-3 h-3" />
|
||||
<BarChart3 className="w-4 h-4" />
|
||||
</button>
|
||||
<BOMActions job={job} onImportBOM={onImportBOM} />
|
||||
</div>
|
||||
|
@@ -99,7 +99,7 @@ const JobCardMetrics: React.FC<JobCardMetricsProps> = ({ job }) => {
|
||||
onClick={(e) => openChart('costs', e)}
|
||||
data-no-navigate
|
||||
>
|
||||
<BarChart3 className="w-3 h-3" />
|
||||
<BarChart3 className="w-4 h-4" />
|
||||
</button>
|
||||
</div>
|
||||
<JobTransactionPopover job={job} type="costs">
|
||||
@@ -149,7 +149,7 @@ const JobCardMetrics: React.FC<JobCardMetricsProps> = ({ job }) => {
|
||||
onClick={(e) => openChart('revenue', e)}
|
||||
data-no-navigate
|
||||
>
|
||||
<BarChart3 className="w-3 h-3" />
|
||||
<BarChart3 className="w-4 h-4" />
|
||||
</button>
|
||||
</div>
|
||||
<JobTransactionPopover job={job} type="revenue">
|
||||
@@ -214,7 +214,7 @@ const JobCardMetrics: React.FC<JobCardMetricsProps> = ({ job }) => {
|
||||
onClick={(e) => openChart('profit', e)}
|
||||
data-no-navigate
|
||||
>
|
||||
<BarChart3 className="w-3 h-3" />
|
||||
<BarChart3 className="w-4 h-4" />
|
||||
</button>
|
||||
</div>
|
||||
<JobTransactionPopover job={job} type="profit">
|
||||
|
Reference in New Issue
Block a user