1
0
Fork 0

wip[org]: More work on account pages

This commit is contained in:
joostdecock 2024-12-15 17:54:25 +01:00
parent bc584399e2
commit 3733f93e45
25 changed files with 1823 additions and 437 deletions

View file

@ -688,7 +688,7 @@ export const ToggleInput = ({
type="checkbox"
value={current}
onChange={() => update(list.indexOf(current) === 0 ? list[1] : list[0])}
className="toggle my-3 toggle-primary"
className="daisy-toggle my-3 daisy-toggle-primary"
checked={list.indexOf(current) === 0 ? true : false}
/>
</FormControl>