change button color
parent
24da7d61dd
commit
105ab057c8
|
@ -308,7 +308,7 @@ function App() {
|
|||
vote.n === product.Name && vote.t === 0
|
||||
) > -1
|
||||
? "#e74c3c"
|
||||
: "#000",
|
||||
: "#34495e",
|
||||
}}
|
||||
onClick={() => {
|
||||
if (
|
||||
|
@ -346,7 +346,7 @@ function App() {
|
|||
vote.n === product.Name && vote.t === 1
|
||||
) > -1
|
||||
? "#27ae60"
|
||||
: "#000",
|
||||
: "#34495e",
|
||||
}}
|
||||
onClick={() => {
|
||||
if (
|
||||
|
|
Loading…
Reference in New Issue