Skip to content

Commit

Permalink
update on map click style
Browse files Browse the repository at this point in the history
  • Loading branch information
punkestu committed Oct 4, 2024
1 parent 9bf21ae commit 07692d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/rotasi/denah/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ function bindCabangItemClick() {
setCabang(element);
const selected = document.querySelector('.cabang-item');
selected.classList.add('bg-[#003285]');
selected.classList.add('text-white');
selected.classList.remove('bg-white');
});
});
Expand Down

0 comments on commit 07692d6

Please sign in to comment.