Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-07-12 13:13:37 +0300
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-07-12 13:51:02 +0300
commit0fb788620835d7f1b4231af2bfd4c329b1177077 (patch)
tree288903f01cb79edc7a61f283cc54e91339072500 /src
parent6134c3397118030ef1b8dfca0209c6fc0616f3d0 (diff)
Fix icon color on dark mode
Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/Menu/ActionEntry.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Menu/ActionEntry.scss b/src/components/Menu/ActionEntry.scss
index a08a1f852..32653f4b4 100644
--- a/src/components/Menu/ActionEntry.scss
+++ b/src/components/Menu/ActionEntry.scss
@@ -67,7 +67,7 @@
.button-vue {
svg {
- fill: black;
+ fill: var(--color-main-text);
}
}