mirror of
https://github.com/drawdb-io/drawdb.git
synced 2026-02-11 02:00:37 +08:00
Fix banner text color
This commit is contained in:
@@ -1562,7 +1562,7 @@ export default function ControlPanel({
|
|||||||
<Banner
|
<Banner
|
||||||
type="danger"
|
type="danger"
|
||||||
fullMode={false}
|
fullMode={false}
|
||||||
description={<div className="text-red-800">{error.message}</div>}
|
description={<div>{error.message}</div>}
|
||||||
/>
|
/>
|
||||||
) : error.type === STATUS.OK ? (
|
) : error.type === STATUS.OK ? (
|
||||||
<Banner
|
<Banner
|
||||||
|
|||||||
Reference in New Issue
Block a user