fixed low contrast text
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user