This commit is contained in:
Paul Miller
2024-04-02 15:15:18 -05:00
parent e463d93ed3
commit a75eefd14c

View File

@@ -100,9 +100,9 @@ export function Fab(props: { onSearch: () => void; onScan: () => void }) {
</ul>
</FabMenu>
</Show>
<div class="fixed bottom-8 right-8 text-m-red">
<div class="fixed bottom-8 right-8">
<button id="fab" onClick={() => setOpen(!open())}>
<Circle size="large">
<Circle size="large" color="red">
<Plus class="h-8 w-8" />
</Circle>
</button>