From 4ea3532fe1f13755988846248b18199552ac8912 Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Sun, 29 Jun 2025 18:08:05 +0200 Subject: [PATCH] feat: Remove color for toast notifications, b=no-bug, c=common --- src/zen/common/styles/zen-popup.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/zen/common/styles/zen-popup.css b/src/zen/common/styles/zen-popup.css index 90702a3fd..d59df4a08 100644 --- a/src/zen/common/styles/zen-popup.css +++ b/src/zen/common/styles/zen-popup.css @@ -400,7 +400,6 @@ menuseparator { border-radius: calc(var(--zen-native-inner-radius) + 2px) !important; background: light-dark(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1)) !important; border: 1px solid light-dark(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.15)) !important; - color: var(--zen-colors-secondary); :root[zen-right-side='true'] & { order: -1;