mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-05-24 02:09:17 +00:00
Fix banner text color
This commit is contained in:
parent
b8f7ac2812
commit
f29716814d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user