diff options
| author | bobzel <zzzman@gmail.com> | 2023-08-27 12:37:04 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-08-27 12:37:04 -0400 |
| commit | f259986fec815660af93a3bf08e6f1baec029b85 (patch) | |
| tree | b33ca8a9ca5948a5288f62a6318f0151a6696e23 /src/client/views/PropertiesView.scss | |
| parent | a4cd69abc173b77a9920e605533315a28d45b05e (diff) | |
made info icon more visible for dark mode
Diffstat (limited to 'src/client/views/PropertiesView.scss')
| -rw-r--r-- | src/client/views/PropertiesView.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss index e2e06cde9..bb91ee53d 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -42,6 +42,9 @@ margin-right: 10; float: right; font-size: 20; + path { + fill: white !important; + } } .propertiesView-sharing { |
