Fix theme issue
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-08-28 08:34:56 +02:00
parent 4e4fa37b3b
commit a435d4623f

View File

@@ -137,8 +137,10 @@ function UsersTable(p: {
<GridActionsCellItem <GridActionsCellItem
icon={<SaveIcon />} icon={<SaveIcon />}
label="Save" label="Save"
style={{ material={{
color: "primary.main", sx: {
color: 'primary.main',
},
}} }}
onClick={handleSaveClick(id)} onClick={handleSaveClick(id)}
/>, />,