ui: fix highlight text not clear in dark mode (#244)

* ui: fix highlight background color in dark mode

* i18n: more consistent tanslations
This commit is contained in:
Huang Xin
2025-01-25 00:55:53 +01:00
committed by GitHub
parent ae60606470
commit 6b09145546
23 changed files with 111 additions and 132 deletions
@@ -34,7 +34,7 @@ const DialogMenu: React.FC<DialogMenuProps> = ({ toggleDropdown }) => {
<div
className='lg:tooltip'
data-tip={
isFontLayoutSettingsGlobal ? _('Apply to all books') : _('Apply to this book')
isFontLayoutSettingsGlobal ? _('Apply to All Books') : _('Apply to This Book')
}
>
<span className='ml-2'>{_('Global Settings')}</span>