style : update documents

This commit is contained in:
lukman
2024-07-16 17:33:15 +08:00
parent 5d35719814
commit 63182e0314
2 changed files with 41 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ export default function ListEventHome() {
<Box bg={"white"} style={{
borderRadius: 10,
border: `1px solid ${"#D6D8F6"}`,
padding: 20
padding: 10
}}>
{dataEvent.map((event, index) => {
const bgColor = ['#D8D8F1', '#FED6C5'][index % 2]