Bigger chart icon please
This commit is contained in:
		@@ -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>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user