mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Set success color
This commit is contained in:
parent
6ee7c2ead1
commit
603d1b30b3
@ -90,7 +90,7 @@ export default function Config() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{success && <div className="max-h-20 text-red-500">{success}</div>}
|
{success && <div className="max-h-20 text-green-500">{success}</div>}
|
||||||
{error && <div className="p-4 overflow-scroll text-red-500 whitespace-pre-wrap">{error}</div>}
|
{error && <div className="p-4 overflow-scroll text-red-500 whitespace-pre-wrap">{error}</div>}
|
||||||
|
|
||||||
<div id="container" className="h-full" />
|
<div id="container" className="h-full" />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user