feat: Add 'Would Play' and 'Would Not Play' buttons to game list items and update button styling.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user