Fix Button Loader All Status in Event

This commit is contained in:
2025-01-08 17:37:54 +08:00
parent a45e24efe4
commit 2c3585b76b
10 changed files with 222 additions and 125 deletions

View File

@@ -55,7 +55,7 @@ function ButtonAction({ eventId }: { eventId: string }) {
}
buttonKanan={
<Button
style={{ backgroundColor: MainColor.orange }}
style={{ backgroundColor: AccentColor.yellow }}
loaderPosition="center"
loading={isLoading}
radius={"xl"}