fix: Change ActionButton color from info/secondary to blue/default
This commit is contained in:
@@ -768,7 +768,7 @@ const MaterielPage = () => {
|
||||
<ActionButtonGroup>
|
||||
<ActionButton
|
||||
icon="pi pi-calendar"
|
||||
color="info"
|
||||
color="blue"
|
||||
tooltip="Planning"
|
||||
onClick={() => {
|
||||
setSelectedMateriel(rowData);
|
||||
@@ -777,7 +777,7 @@ const MaterielPage = () => {
|
||||
/>
|
||||
<ActionButton
|
||||
icon="pi pi-wrench"
|
||||
color="secondary"
|
||||
color="default"
|
||||
tooltip="Maintenance"
|
||||
onClick={(e) => {
|
||||
setSelectedMateriel(rowData);
|
||||
|
||||
Reference in New Issue
Block a user