mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-23 15:41:13 +00:00
ABCFrame text-color is always black
fixes #977 Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
6ac60cfa65
commit
4c1f081399
1 changed files with 1 additions and 1 deletions
|
@ -24,5 +24,5 @@ export const AbcFrame: React.FC<AbcFrameProps> = ({ code }) => {
|
|||
}).catch(() => { console.error('error while loading abcjs') })
|
||||
}, [code])
|
||||
|
||||
return <div ref={container} className={'abcjs-score bg-white text-center overflow-x-auto'}/>
|
||||
return <div ref={container} className={'abcjs-score bg-white text-black text-center overflow-x-auto'}/>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue