feat: pull relay sets button

This commit is contained in:
codytseng
2025-04-06 16:21:44 +08:00
parent 27ae980f42
commit 864d8c617f
18 changed files with 273 additions and 9 deletions

View File

@@ -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">