From cae18a80c7dc3f0b9829d9a4bc9fce857a3fe582 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/js/mimetypelist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/js') 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