fix broken image text

This commit is contained in:
keyan 2023-07-25 20:02:43 -05:00
parent 8ab018af88
commit 8ea9938cb0
2 changed files with 4 additions and 4 deletions

View File

@ -200,9 +200,9 @@ export function ZoomableImage ({ src, topLevel, ...props }) {
if (!src) return null
if (err) {
return (
<span className='d-flex align-items-center text-warning fw-bold pb-1'>
<FileMissing width={18} height={18} className='fill-warning me-1' />
broken image <small>stacker probably used an unreliable host</small>
<span className='d-flex align-items-baseline text-warning-emphasis fw-bold pb-1'>
<FileMissing width={18} height={18} className='fill-warning me-1 align-self-center' />
broken image <small className='ms-1'>stacker probably used an unreliable host</small>
</span>
)
}

View File

@ -566,7 +566,7 @@ div[contenteditable]:focus,
}
.fill-warning {
fill: var(--warning);
fill: var(--bs-warning-text-emphasis);
}
.text-underline {