Merged in feature/IO-2869-Production-Board-List-Alert-2 (pull request #1587)

- mute gray more, mute more buttons
This commit is contained in:
Dave Richer
2024-08-09 17:28:44 +00:00
2 changed files with 2 additions and 1 deletions

View File

@@ -163,7 +163,7 @@
}
.muted-button {
color: grey;
color: lightgray;
border: none;
background: none;
cursor: pointer;

View File

@@ -148,6 +148,7 @@ export function ProductionListEmpAssignment({ insertAuditTrail, bodyshop, record
) : (
<PlusCircleFilled
style={iconStyle}
className="muted-button"
onClick={() => {
setAssignment({ operation: type });
setVisibility(true);