|
@@ -380,7 +380,7 @@ export const PageEditorByHackmd = (): JSX.Element => {
|
|
|
|
|
|
|
|
{ isHackmdDocumentOutdated && (
|
|
{ isHackmdDocumentOutdated && (
|
|
|
<div className="card border-warning">
|
|
<div className="card border-warning">
|
|
|
- <div className="card-header bg-warning"><i className="icon-fw icon-info"></i> {t('hackmd.draft_outdated')}</div>
|
|
|
|
|
|
|
+ <div className="card-header bg-warning text-dark"><i className="icon-fw icon-info"></i> {t('hackmd.draft_outdated')}</div>
|
|
|
<div className="card-body text-center">
|
|
<div className="card-body text-center">
|
|
|
{t('hackmd.based_on_revision')}
|
|
{t('hackmd.based_on_revision')}
|
|
|
{ pageData != null && (
|
|
{ pageData != null && (
|