From b6682bb4f3d7992f0594b848605937f358f93a33 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 2 Nov 2021 16:21:19 +0100 Subject: [PATCH] Use current face foreground for SVG icons in customize * etc/images/down.svg: * etc/images/left.svg: * etc/images/right.svg: * etc/images/up.svg: Don't define foreground; this means they will use the foreground of the currently defined face instead. (Bug#51556) --- etc/images/down.svg | 2 +- etc/images/left.svg | 2 +- etc/images/right.svg | 2 +- etc/images/up.svg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/images/down.svg b/etc/images/down.svg index e2760427d7..707cd23ea4 100644 --- a/etc/images/down.svg +++ b/etc/images/down.svg @@ -25,7 +25,7 @@ Gnome Symbolic Icons - + diff --git a/etc/images/left.svg b/etc/images/left.svg index d6429bc410..893515d2df 100644 --- a/etc/images/left.svg +++ b/etc/images/left.svg @@ -25,7 +25,7 @@ Gnome Symbolic Icons - + diff --git a/etc/images/right.svg b/etc/images/right.svg index d58cd36435..6c7d715939 100644 --- a/etc/images/right.svg +++ b/etc/images/right.svg @@ -25,7 +25,7 @@ Gnome Symbolic Icons - + diff --git a/etc/images/up.svg b/etc/images/up.svg index 9e1a245be7..e358c29912 100644 --- a/etc/images/up.svg +++ b/etc/images/up.svg @@ -25,7 +25,7 @@ Gnome Symbolic Icons - + -- 2.30.2