diff options
author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2023-07-21 20:43:13 -0400 |
---|---|---|
committer | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2023-07-21 20:43:13 -0400 |
commit | 9bd34e05c1a55adc1dbc32635442a184a49ee444 (patch) | |
tree | 6ea45834d45e36d590ac7f34fffdd86ec5479b93 /src/client/views/ContextMenu.tsx | |
parent | d9d3668693084ce0f8f098df5cc4adf4897d11dc (diff) |
fixed additional colour issues
and
- updated redo shortcut
- fixed some things with the tree view (particularly the sorting)
Diffstat (limited to 'src/client/views/ContextMenu.tsx')
-rw-r--r-- | src/client/views/ContextMenu.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/ContextMenu.tsx b/src/client/views/ContextMenu.tsx index d54d4dc7b..1fffb3dbc 100644 --- a/src/client/views/ContextMenu.tsx +++ b/src/client/views/ContextMenu.tsx @@ -221,7 +221,8 @@ export class ContextMenu extends React.Component { })} style={{ left: this.pageX, ...(this._yRelativeToTop ? { top: this.pageY } : { bottom: this.pageY }), - background: StrCast(Doc.UserDoc().userBackgroundColor) + background: StrCast(Doc.UserDoc().userBackgroundColor), + color: StrCast(Doc.UserDoc().userColor) }}> {!this.itemsNeedSearch ? null : ( <span className={'search-icon'}> |