From 669ea513136641ed65f8bac3b55c0de076df6ba2 Mon Sep 17 00:00:00 2001 From: Dominik Menke Date: Wed, 26 Aug 2020 22:01:41 +0200 Subject: [PATCH] fix(ui): improve favicon readability on Firefox Some browsers (like Firefox, on both high and low DPI monitors, and Google Chrome beta on low DPI monitors) render the favico.js badge too thin. Fixes: #2107 Signed-off-by: Dominik Menke --- ui/src/Components/FaviconBadge/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/Components/FaviconBadge/index.tsx b/ui/src/Components/FaviconBadge/index.tsx index 612d612d4..d9848037b 100644 --- a/ui/src/Components/FaviconBadge/index.tsx +++ b/ui/src/Components/FaviconBadge/index.tsx @@ -16,7 +16,6 @@ const FaviconBadge: FC<{ position: "down", bgColor: "#e74c3c", textColor: "#fff", - fontStyle: "lighter", }) );