From facb17bcfee8954488aab7441b514f7f69cf9a1a 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 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 1d8507e5254..ac49a6c5c5d 100644 --- a/core/js/mimetypelist.js +++ b/core/js/mimetypelist.js @@ -140,7 +140,7 @@ OC.MimeTypeList={ "text-code", "text-vcard", "video", - "whiteboard", + "whiteboard", "x-office-document", "x-office-drawing", "x-office-form",