update ui

This commit is contained in:
MuslemRahimi 2025-03-04 22:06:59 +01:00
parent 12010faa28
commit 72fa6c3394
2 changed files with 3 additions and 1 deletions

View File

@ -117,6 +117,8 @@
loading: "Downloading heatmap...", loading: "Downloading heatmap...",
success: "Heatmap downloaded!", success: "Heatmap downloaded!",
error: "Download failed. Try again.", error: "Download failed. Try again.",
style:
"border-radius: 5px; background: #fff; color: #000; border-color: #4B5563; font-size: 15px;",
}, },
); );
} }

View File

@ -747,7 +747,7 @@
<li> <li>
<button <button
on:click={() => changeData(interval)} on:click={() => changeData(interval)}
class="px-1 py-1 text-sm sm:text-[1rem] xs:px-[3px] bp:px-1.5 sm:px-2 xxxl:px-3" class="cursor-pointer px-1 py-1 text-sm sm:text-[1rem] xs:px-[3px] bp:px-1.5 sm:px-2 xxxl:px-3"
> >
<span <span
class="block {displayData === interval class="block {displayData === interval