fix(composer): opera download button tint

This commit is contained in:
rhunk
2024-05-20 22:34:28 +02:00
parent d658546113
commit 43fb83ab5c

View File

@@ -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))