mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
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 <dom@digineo.de>
This commit is contained in:
committed by
Łukasz Mierzwa
parent
b0fb95e156
commit
669ea51313
@@ -16,7 +16,6 @@ const FaviconBadge: FC<{
|
||||
position: "down",
|
||||
bgColor: "#e74c3c",
|
||||
textColor: "#fff",
|
||||
fontStyle: "lighter",
|
||||
})
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user