From 2d4fc27da892df8de84b898e59d3fc3d2e0b6e48 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 31 Oct 2023 13:14:35 +0100 Subject: [PATCH] Update FriendNotifications.plugin.js --- Plugins/FriendNotifications/FriendNotifications.plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/FriendNotifications/FriendNotifications.plugin.js b/Plugins/FriendNotifications/FriendNotifications.plugin.js index 35cbfb66d6..1c3aae9fda 100644 --- a/Plugins/FriendNotifications/FriendNotifications.plugin.js +++ b/Plugins/FriendNotifications/FriendNotifications.plugin.js @@ -903,7 +903,7 @@ module.exports = (_ => { this.settings.general.showTimestamp && BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.TextElement, { className: BDFDB.disCN.margintop4, size: BDFDB.LibraryComponents.TextElement.Sizes.SIZE_12, - color: BDFDB.LibraryComponents.TextElement.Colors.MUTED, + color: BDFDB.LibraryComponents.TextElement.Colors.Muted, children: BDFDB.LibraryComponents.DateInput.format(this.settings.dates.logDate, timestamp) }) ]