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

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwurstsalat <mailtrash@posteo.de>2023-10-29 00:20:15 +0300
committerwurstsalat <mailtrash@posteo.de>2023-10-29 00:20:48 +0300
commitd0a8a48c00080aa7b4f6d72f562db8ec6c2b22d7 (patch)
treec98528fbba58827e19b9d7f4e295c5a3cb976bd5
parent360e2b20bfbf982d7e32f8bd0533c3228d7b4480 (diff)
fix: Fix IRC icon contrast for both dark and light mode
-rw-r--r--gajim/data/icons/hicolor/scalable/status/gateway-irc.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/gajim/data/icons/hicolor/scalable/status/gateway-irc.svg b/gajim/data/icons/hicolor/scalable/status/gateway-irc.svg
index c9c8d41f6..4a1ec43ec 100644
--- a/gajim/data/icons/hicolor/scalable/status/gateway-irc.svg
+++ b/gajim/data/icons/hicolor/scalable/status/gateway-irc.svg
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-hash"><line x1="4" y1="9" x2="20" y2="9"></line><line x1="4" y1="15" x2="20" y2="15"></line><line x1="10" y1="3" x2="8" y2="21"></line><line x1="16" y1="3" x2="14" y2="21"></line></svg> \ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-hash"><line x1="4" y1="9" x2="20" y2="9"></line><line x1="4" y1="15" x2="20" y2="15"></line><line x1="10" y1="3" x2="8" y2="21"></line><line x1="16" y1="3" x2="14" y2="21"></line></svg> \ No newline at end of file