From e66bf0ef570e415b6e3336b9eb2b32f2dac9b814 Mon Sep 17 00:00:00 2001 From: "Mr. M" Date: Wed, 6 Aug 2025 21:23:13 +0200 Subject: [PATCH] fix: Fixed downloads attention fill being almost invisible, b=no-bug, c=common --- src/zen/common/styles/zen-theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zen/common/styles/zen-theme.css b/src/zen/common/styles/zen-theme.css index eb4c28191..76a134d44 100644 --- a/src/zen/common/styles/zen-theme.css +++ b/src/zen/common/styles/zen-theme.css @@ -86,7 +86,7 @@ --button-hover-color: var(--in-content-button-text-color-hover) !important; --focus-outline-color: var(--color-accent-primary) !important; - --toolbarbutton-icon-fill-attention: var(--zen-primary-color) !important; + --toolbarbutton-icon-fill-attention: var(--toolbar-color) !important; --toolbarbutton-icon-fill: currentColor !important; --button-primary-bgcolor: var(--in-content-primary-button-background) !important;