mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 17:55:17 -04:00
fix(ui): text color of slideshow button
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
545e84fb9f
commit
90f5ed5606
1 changed files with 1 additions and 5 deletions
|
@ -22,11 +22,7 @@ export const SlideModeButton: React.FC = () => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Link href={`/p/${noteIdentifier}`} target='_blank'>
|
<Link href={`/p/${noteIdentifier}`} target='_blank'>
|
||||||
<Button
|
<Button title={t('editor.documentBar.slideMode') ?? undefined} className='ms-2' size='sm' variant={buttonVariant}>
|
||||||
title={t('editor.documentBar.slideMode') ?? undefined}
|
|
||||||
className='ms-2 text-secondary'
|
|
||||||
size='sm'
|
|
||||||
variant={buttonVariant}>
|
|
||||||
<UiIcon icon={IconTv} />
|
<UiIcon icon={IconTv} />
|
||||||
</Button>
|
</Button>
|
||||||
</Link>
|
</Link>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue