Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit c86ae85

Browse files
author
Stanislav Pelak
committed
minor fix - fillOpacity attribute
1 parent ff9acb7 commit c86ae85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/ReleaseCycle/graphics/ReleaseCycleDiagram.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ const ReleaseCycleDiagram: FC = () => {
251251
height="60"
252252
transform="translate(465 352)"
253253
fill="white"
254-
fill-opacity="0.01"
254+
fillOpacity="0.01"
255255
style={{ mixBlendMode: 'multiply' }}
256256
/>
257257
<path
@@ -268,7 +268,7 @@ const ReleaseCycleDiagram: FC = () => {
268268
height="62"
269269
transform="translate(33 351)"
270270
fill="white"
271-
fill-opacity="0.01"
271+
fillOpacity="0.01"
272272
style={{ mixBlendMode: 'multiply' }}
273273
/>
274274
<path

0 commit comments

Comments
 (0)