1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-25 15:00:49 +02:00

Add full background pattern

This commit is contained in:
Phuoc Nguyen
2020-01-18 15:41:16 +07:00
parent bd2c892d6d
commit 40dc5c30ff
7 changed files with 120 additions and 1 deletions

View File

@@ -143,7 +143,7 @@ const Details: React.FC<{}> = () => {
`}
/>
</div>
<RelatedPatterns patterns={[Pattern.OverlayPlayButton]} />
<RelatedPatterns patterns={[Pattern.FullBackground, Pattern.OverlayPlayButton]} />
</DetailsLayout>
);
};