feat : update user

This commit is contained in:
lukman
2024-08-30 17:18:05 +08:00
parent 190949cb2b
commit 61df9959c1
8 changed files with 258 additions and 199 deletions

View File

@@ -82,7 +82,7 @@ export default function DateEventDivision() {
const muncul = isListTgl.includes(coba)
return (
<Indicator color="red" offset={-3} disabled={!muncul} position='top-end' inline processing size={10} >
<Indicator color="red" offset={-3} disabled={!muncul} position='top-end' inline size={6} >
<div>{day}</div>
</Indicator>
);