change button color

main
alex 2024-05-30 17:43:14 +02:00
parent 24da7d61dd
commit 105ab057c8
1 changed files with 2 additions and 2 deletions

View File

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