Fix Button Loading All Menu Execpt Joba vacancy

This commit is contained in:
2025-01-10 17:15:14 +08:00
parent a569c10d0b
commit ba8ca9a883
16 changed files with 251 additions and 140 deletions

View File

@@ -110,6 +110,7 @@ function ButtonAction({ voteId }: { voteId: string }) {
buttonKiri={
<Button
radius={"xl"}
style={{ backgroundColor: AccentColor.blue }}
c={AccentColor.white}
onClick={() => {
setOpenModal1(false);
@@ -145,6 +146,8 @@ function ButtonAction({ voteId }: { voteId: string }) {
onClick={() => {
setOpenModal2(false);
}}
style={{ backgroundColor: AccentColor.blue }}
c={AccentColor.white}
>
Batal
</Button>