mirror of
https://github.com/XFox111/TabsAsideExtension.git
synced 2026-04-22 07:58:01 +03:00
fix: firefox badge background color
This commit is contained in:
@@ -113,7 +113,7 @@ export default defineBackground(() =>
|
|||||||
|
|
||||||
if (import.meta.env.FIREFOX)
|
if (import.meta.env.FIREFOX)
|
||||||
{
|
{
|
||||||
await browser.action.setBadgeBackgroundColor({ color: "0f6cbd" });
|
await browser.action.setBadgeBackgroundColor({ color: "#0f6cbd" });
|
||||||
await browser.action.setBadgeTextColor({ color: "white" });
|
await browser.action.setBadgeTextColor({ color: "white" });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user