ui/machinelistitem: changes background-color on card

This commit is contained in:
Timo
2024-10-11 14:50:07 +02:00
parent 7b26de2c50
commit 0e2da5530b

View File

@@ -103,7 +103,7 @@ export const MachineListItem = (props: MachineListItemProps) => {
};
return (
<li>
<div class="card card-side m-2 bg-base-200">
<div class="card card-side m-2 bg-base-100">
<figure class="pl-2">
<span
class="material-icons content-center text-5xl"