fixed coloring

This commit is contained in:
2026-03-27 14:39:34 +01:00
parent e88d2bf42c
commit 884c8fea1c

View File

@@ -4,7 +4,7 @@ import AssetManager from '../../components/AssetManager.astro';
---
<AdminLayout title="Asset Library">
<p slot="header-subtitle" class="mt-2 text-sm md:text-base text-subtext1">Manage your uploaded images and files.</p>
<p slot="header-subtitle" class="mt-2 text-sm md:text-base" style="color: var(--text) !important;">Manage your uploaded images and files.</p>
<AssetManager mode="manage" />
</AdminLayout>