Skip to content

Commit

Permalink
style: missed
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Jan 11, 2024
1 parent d9e8800 commit fb7fa6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/drawer/SelectorItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function SelectorItem({ id, filter, setFilter, onClick, hasAll, easyMode }) {
const url = useMemory((s) => s.Icons.getIconById(id))

const color = filter?.enabled
? filter?.all || !hasAll
? filter?.all || !hasAll || easyMode
? 'success.main'
: 'info.main'
: 'error.dark'
Expand Down

0 comments on commit fb7fa6c

Please sign in to comment.