diff options
author | Simon L <szaimen@e.mail.de> | 2023-05-12 15:41:40 +0200 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-05-13 10:15:33 +0000 |
commit | f5e8268cede79d9b0589990cc975784602d66245 (patch) | |
tree | 26f9b5c9311a92a819123281f9b709a260ac13c4 /apps/workflowengine/src | |
parent | 701e409c4c9533275ef418f88964e5ab3dee660f (diff) | |
download | nextcloud-server-f5e8268cede79d9b0589990cc975784602d66245.tar.gz nextcloud-server-f5e8268cede79d9b0589990cc975784602d66245.zip |
Use the color-primary-element* variables
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/workflowengine/src')
-rw-r--r-- | apps/workflowengine/src/styles/operation.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/workflowengine/src/styles/operation.scss b/apps/workflowengine/src/styles/operation.scss index 860258f2851..8370c896658 100644 --- a/apps/workflowengine/src/styles/operation.scss +++ b/apps/workflowengine/src/styles/operation.scss @@ -48,7 +48,7 @@ small { .colored:not(.more) { background-color: var(--color-primary-element); h3, small { - color: var(--color-primary-text) + color: var(--color-primary-element-text) } } |