Skip to content

Commit 846af74

Browse files
authored
browser(firefox): do not use system colors for controls (#1838)
1 parent 51b8685 commit 846af74

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

browser_patches/firefox/BUILD_NUMBER

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1083
1+
1084

browser_patches/firefox/preferences/playwright.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// Use light theme by default.
44
pref("ui.systemUsesDarkTheme", 0);
55

6+
// Do not use system colors - they are affected by themes.
7+
pref("ui.use_standins_for_native_colors", true);
8+
69
pref("dom.push.serverURL", "");
710
pref("services.settings.server", "");
811
pref("browser.safebrowsing.provider.mozilla.updateURL", "");

0 commit comments

Comments
 (0)