feat: Add 'Would Play' and 'Would Not Play' buttons to game list items and update button styling.

This commit is contained in:
2025-12-04 21:27:27 +01:00
parent 03de073692
commit e63f1a45cf
3 changed files with 85 additions and 23 deletions
+7 -1
View File
@@ -167,7 +167,13 @@ export const PersonDetails = () => {
Would Play
</label>
</div>
<button onClick={handleAddOpinion} style={{ marginBottom: "2px" }}>
<button
onClick={handleAddOpinion}
style={{
marginBottom: "2px",
backgroundColor: "var(--accent-color)",
}}
>
Add
</button>
</div>