aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-08-27 12:37:04 -0400
committerbobzel <zzzman@gmail.com>2023-08-27 12:37:04 -0400
commitf259986fec815660af93a3bf08e6f1baec029b85 (patch)
treeb33ca8a9ca5948a5288f62a6318f0151a6696e23 /src/client/views/PropertiesView.tsx
parenta4cd69abc173b77a9920e605533315a28d45b05e (diff)
made info icon more visible for dark mode
Diffstat (limited to 'src/client/views/PropertiesView.tsx')
-rw-r--r--src/client/views/PropertiesView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx
index b6aabb662..37b61ab41 100644
--- a/src/client/views/PropertiesView.tsx
+++ b/src/client/views/PropertiesView.tsx
@@ -1668,7 +1668,7 @@ export class PropertiesView extends React.Component<PropertiesViewProps> {
Properties
</div>
<div className="propertiesView-info" onClick={() => window.open('https://brown-dash.github.io/Dash-Documentation//properties/')}>
- <GrCircleInformation />{' '}
+ <GrCircleInformation fill={SettingsManager.Instance.userColor} color={SettingsManager.Instance.userBackgroundColor} />{' '}
</div>
</div>