Fix banner text color

This commit is contained in:
1ilit 2024-01-23 08:38:59 +02:00
parent b8f7ac2812
commit f29716814d

View File

@ -1562,7 +1562,7 @@ export default function ControlPanel({
<Banner
type="danger"
fullMode={false}
description={<div className="text-red-800">{error.message}</div>}
description={<div>{error.message}</div>}
/>
) : error.type === STATUS.OK ? (
<Banner