From 7cf5a4f83f1e7dfb159b4eca8de0c3ac6ed44f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 13 Jun 2024 09:36:06 +0200 Subject: [PATCH] fix: Adapt icon color to new default for mime icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- core/img/filetypes/whiteboard.svg | 2 +- core/js/mimetypelist.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/img/filetypes/whiteboard.svg b/core/img/filetypes/whiteboard.svg index a5f1e1d88883b..0febec18004da 100644 --- a/core/img/filetypes/whiteboard.svg +++ b/core/img/filetypes/whiteboard.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/core/js/mimetypelist.js b/core/js/mimetypelist.js index ee40a20877371..3becf6e37d380 100644 --- a/core/js/mimetypelist.js +++ b/core/js/mimetypelist.js @@ -142,7 +142,7 @@ OC.MimeTypeList={ "text-code", "text-vcard", "video", - "whiteboard", + "whiteboard", "x-office-document", "x-office-drawing", "x-office-form",