commit 43fb83ab5c91fe4c852c619bde0574138a1e6408
parent d6585461139be518ea1fa8a38e34fc728fca3dda
Author: rhunk <101876869+rhunk@users.noreply.github.com>
Date:   Mon, 20 May 2024 22:34:28 +0200

fix(composer): opera download button tint

Diffstat:
Mcore/src/main/assets/composer/loader.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/main/assets/composer/loader.js b/core/src/main/assets/composer/loader.js @@ -104,7 +104,7 @@ if (config.operaDownloadButton) { marginLeft: 8, marginRight: 12, objectFit: "contain", - tint: colors.SemanticColor.Icon.PRIMARY + tint: "white" })) jsx.setAttribute("src", downloadIcon) jsx.setAttributeFunction("onTap", () => callExport("downloadLastOperaMedia", false))