Skip to content
Snippets Groups Projects
Commit 0ea00645 authored by Lukas Möller's avatar Lukas Möller :atom:
Browse files

Merge branch '170-add-opacity-to-text-layer' into 'staging'

Set opacity of text layer to 0.7

Closes #170

See merge request vis/cat/community-solutions!124
parents b49ca630 4447b369
No related branches found
No related tags found
2 merge requests!132Staging → Production,!124Set opacity of text layer to 0.7
Pipeline #71969 failed
......@@ -128,6 +128,7 @@ const PdfSectionText: React.FC<Props> = React.memo(
transformOrigin: "top left",
display: view ? "block" : "none",
color: "transparent",
opacity: "0.7",
}}
>
{textContent &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment