From f5fbe43548a5c5f6294a6b9b7e70de6aeb01f107 Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Thu, 13 Jun 2024 09:36:06 +0200 Subject: 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(-) (limited to 'core') diff --git a/core/img/filetypes/whiteboard.svg b/core/img/filetypes/whiteboard.svg index a5f1e1d8888..0febec18004 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 ee40a208773..3becf6e37d3 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", -- cgit v1.2.3