refactor: remove --highlight
This commit is contained in:
parent
3be4a93e6f
commit
c5645f78e0
11 changed files with 12 additions and 19 deletions
|
|
@ -18,7 +18,7 @@ export default function RelaySetCard({
|
|||
|
||||
return (
|
||||
<div
|
||||
className={`w-full border rounded-lg p-4 clickable ${select ? 'border-highlight bg-highlight/5' : ''}`}
|
||||
className={`w-full border rounded-lg p-4 clickable ${select ? 'border-primary bg-primary/5' : ''}`}
|
||||
onClick={() => onSelectChange(!select)}
|
||||
>
|
||||
<div className="flex justify-between items-center">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue