Skip to content

Commit

Permalink
update close btn color and layout
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafakamal22 committed Dec 22, 2024
1 parent 050963d commit dac439b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion games-reviews/js/UI.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,10 @@ class UI {
const closeButton = document.createElement("button");
closeButton.classList.add(
"btn-close",
"btn-close-white",
"position-absolute",
"end-0",
"me-1"
"me-2"
);

closeButton.addEventListener("click", () => {
Expand Down

0 comments on commit dac439b

Please sign in to comment.