fixed low contrast text

This commit is contained in:
2026-05-09 05:37:40 +02:00
parent f58149d0de
commit 13ae50010a
3 changed files with 4 additions and 4 deletions
@@ -448,7 +448,7 @@ export default function Editor({ editSlug }: Props) {
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round"><path d="M18 6 6 18"/><path d="m6 6 12 12"/></svg>
</button>
</header>
<div className="p-4 md:p-6 overflow-y-auto flex-1 bg-base/50">
<div className="p-4 md:p-6 overflow-y-auto flex-1 bg-bg/50">
<AssetManager mode="select" onSelect={handleAssetSelect} />
</div>
</div>