Desktop: Fixes #10561: Table options not visible on dark theme (#11036)

This commit is contained in:
pedr
2024-09-13 18:07:03 +01:00
committed by GitHub
parent 5a07b795d3
commit b5f06b6958
@@ -411,6 +411,20 @@ const TinyMCE = (props: NoteBodyEditorProps, ref: any) => {
color: ${theme.color};
}
.tox .tox-dialog__body-nav-item {
color: ${theme.color};
}
.tox .tox-dialog__body-nav-item[aria-selected=true] {
color: ${theme.color3};
border-color: ${theme.color3};
background-color: ${theme.backgroundColor3};
}
.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
fill: ${theme.color};
}
.tox .tox-collection--list .tox-collection__item--active {
color: ${theme.backgroundColor};
}