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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/img
diff options
context:
space:
mode:
authorGretaD <gretadoci@gmail.com>2020-06-09 19:21:36 +0300
committerGretaD <gretadoci@gmail.com>2020-06-09 19:21:36 +0300
commit8a57780b1a0a9659f7459f08ed6890190e45aa7d (patch)
tree990af8516ba67e608eaf32ea9d1e5fb82932c78c /img
parent8ccec9bbc1da47e70bfb3abaed5271ffd4645b2f (diff)
Fix icon color in dark theme
Signed-off-by: GretaD <gretadoci@gmail.com>
Diffstat (limited to 'img')
-rw-r--r--img/inbox.svg2
-rw-r--r--img/trash.svg2
2 files changed, 2 insertions, 2 deletions
diff --git a/img/inbox.svg b/img/inbox.svg
index 8cbe8ddbd..342751a3b 100644
--- a/img/inbox.svg
+++ b/img/inbox.svg
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <path d="m8 1.0306-8 7.9694h3v6.0001h10v-6h3l-3-3.0306v-3.9695h-3v1.0812l-2-2.0505z" fill-rule="evenodd"/>
+ <path fill="#000000" d="m8 1.0306-8 7.9694h3v6.0001h10v-6h3l-3-3.0306v-3.9695h-3v1.0812l-2-2.0505z" fill-rule="evenodd"/>
</svg>
diff --git a/img/trash.svg b/img/trash.svg
index f0a3cd4db..0fc06def3 100644
--- a/img/trash.svg
+++ b/img/trash.svg
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <path d="m6.5 1-0.5 1h-3c-0.554 0-1 0.446-1 1v1h12v-1c0-0.554-0.446-1-1-1h-3l-0.5-1zm-3.5 4 0.875 9c0.061 0.549 0.5729 1 1.125 1h6c0.55232 0 1.064-0.45102 1.125-1l0.875-9z" fill-rule="evenodd"/>
+ <path fill="#000000" d="m6.5 1-0.5 1h-3c-0.554 0-1 0.446-1 1v1h12v-1c0-0.554-0.446-1-1-1h-3l-0.5-1zm-3.5 4 0.875 9c0.061 0.549 0.5729 1 1.125 1h6c0.55232 0 1.064-0.45102 1.125-1l0.875-9z" fill-rule="evenodd"/>
</svg>