From e3a55b0747de1022e29946abcbc681418401b287 Mon Sep 17 00:00:00 2001 From: Francisco De La Hoz <39561227+franciscodelahoz@users.noreply.github.com> Date: Mon, 4 Nov 2024 06:42:47 -0500 Subject: [PATCH] feat: replace close button with SVG icon and update styling for consistency --- src/html/index.html | 2 +- src/resources/close-button.svg | 3 +++ src/styles/style.css | 7 ++++++- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 src/resources/close-button.svg diff --git a/src/html/index.html b/src/html/index.html index 2d0a6e9..585d029 100644 --- a/src/html/index.html +++ b/src/html/index.html @@ -48,7 +48,7 @@