Skip to content

Commit

Permalink
it's red
Browse files Browse the repository at this point in the history
  • Loading branch information
futurepaul committed Apr 3, 2024
1 parent e463d93 commit a75eefd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Fab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a75eefd

Please sign in to comment.