change color

This commit is contained in:
joseph le 2023-10-13 16:56:27 +07:00
parent eab8415889
commit 700ae99d7d
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ const App = () => {
<h1>Demo Git Webhook</h1>
{allProducts.map((pro) => (
<div>
<h3 style={{ backgroundColor: "pink" }}>
<h3 style={{ backgroundColor: "green" }}>
SN: {pro.SN}
</h3>
<p>PID: {pro.PID}</p>