Merge pull request 'ui/machinelistitem: changes background-color on card' (#2259) from amunsen/clan-core:amunsen-main into main
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user