diff options
author | bobzel <zzzman@gmail.com> | 2025-06-19 15:34:13 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-06-19 15:34:13 -0400 |
commit | 21fb3a555cdd861452e2e54de3d0524e29f2bc08 (patch) | |
tree | 44b93ba0b4f9a85dafdb744ccb11dfe3386f4829 /src/client/views/MainViewModal.tsx | |
parent | abdfe5b109f42cd5da4aceef1bd667c8e1f6cbbd (diff) | |
parent | 765c7a3870a1d446622a28b157ab00a4dced2879 (diff) |
Merge branch 'task_nodes_aarav'
Diffstat (limited to 'src/client/views/MainViewModal.tsx')
-rw-r--r-- | src/client/views/MainViewModal.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/MainViewModal.tsx b/src/client/views/MainViewModal.tsx index b05292c47..d7640dc72 100644 --- a/src/client/views/MainViewModal.tsx +++ b/src/client/views/MainViewModal.tsx @@ -41,7 +41,7 @@ export class MainViewModal extends React.Component<MainViewOverlayProps> { className="overlay" onClick={this.props?.closeOnExternalClick} style={{ - backgroundColor: isDark(SnappingManager.userColor) ? '#DFDFDF30' : '#32323230', + backgroundColor: isDark(SnappingManager.userColor ?? '') ? '#DFDFDF30' : '#32323230', ...(p.overlayStyle || {}), }} /> |