diff options
| author | bobzel <zzzman@gmail.com> | 2021-09-23 15:26:30 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-09-23 15:26:30 -0400 |
| commit | 780346cb03a2dcc10c1edcf4ecc4f57a091d36bc (patch) | |
| tree | 6297226204c412bdd89852a1bf8cfd4846dd833c /src/client/views/nodes/formattedText/DashFieldView.scss | |
| parent | 70d80e30de9963c353636d9780ffb83f3285aac7 (diff) | |
fixed one crash when color string has capital letters.
Diffstat (limited to 'src/client/views/nodes/formattedText/DashFieldView.scss')
| -rw-r--r-- | src/client/views/nodes/formattedText/DashFieldView.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/DashFieldView.scss b/src/client/views/nodes/formattedText/DashFieldView.scss index e7dd286a5..c36e6804b 100644 --- a/src/client/views/nodes/formattedText/DashFieldView.scss +++ b/src/client/views/nodes/formattedText/DashFieldView.scss @@ -8,7 +8,7 @@ height: 10px; position: relative; display: inline-block; - background: dimGray; + background: dimgray; } .dashFieldView-fieldCheck { min-width: 12px; |
