ui/machinelistitem: changes background-color on card

This commit is contained in:
Timo
2024-10-11 14:50:07 +02:00
parent 38b088e8aa
commit 6897def471

View File

@@ -103,7 +103,7 @@ export const MachineListItem = (props: MachineListItemProps) => {
}; };
return ( return (
<li> <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"> <figure class="pl-2">
<span <span
class="material-icons content-center text-5xl" class="material-icons content-center text-5xl"