history page loader transparent fix

This commit is contained in:
2026-04-16 14:58:22 +05:30
parent 11940678f7
commit 7f06fa347a
3 changed files with 7 additions and 3 deletions

View File

@@ -270,7 +270,7 @@ export default function HistoryPage() {
</h3>
{loadingEntries ? (
<PageLoader />
<PageLoader transparent />
) : (
<div className="entries-list">
{selectedDateEntries.length === 0 ? (