no-bug: Correctly set macos tahoe rounded values (gh-12912)

This commit is contained in:
mr. m
2026-03-25 09:20:12 +01:00
committed by GitHub
parent 521e354ed3
commit ae41100c7c

View File

@@ -103,7 +103,7 @@
if (AppConstants.platform == "macosx") {
const targetRadius = window.matchMedia("(-moz-mac-tahoe-theme)")
.matches
? 16
? 14
: 10;
document.documentElement.style.setProperty(
"--zen-border-radius",