feat: pull relay sets button
This commit is contained in:
parent
27ae980f42
commit
864d8c617f
18 changed files with 273 additions and 9 deletions
|
|
@ -18,7 +18,7 @@ export default function RelaySetCard({
|
|||
|
||||
return (
|
||||
<div
|
||||
className={`w-full border rounded-lg p-4 ${select ? 'border-highlight bg-highlight/5' : 'clickable'}`}
|
||||
className={`w-full border rounded-lg p-4 clickable ${select ? 'border-highlight bg-highlight/5' : ''}`}
|
||||
onClick={() => onSelectChange(!select)}
|
||||
>
|
||||
<div className="flex justify-between items-center">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue