diff --git a/src/components/node/NodeAudioImageBlock/styles.scss b/src/components/node/NodeAudioImageBlock/styles.scss
index 035a0634..8d235c9e 100644
--- a/src/components/node/NodeAudioImageBlock/styles.scss
+++ b/src/components/node/NodeAudioImageBlock/styles.scss
@@ -6,14 +6,14 @@
&::after {
border-radius: $radius $radius 0 0;
- content: ' ADD PATTERN HERE ';
+ content: ' ';
z-index: 3;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
- background: rgba(0, 0, 0, 0.5);
+ background: rgba(0, 0, 0, 0.5) url('~/sprites/dots.svg');
}
}
diff --git a/src/sprites/dots.svg b/src/sprites/dots.svg
index 94a266e4..8a77a7a1 100644
--- a/src/sprites/dots.svg
+++ b/src/sprites/dots.svg
@@ -1,6 +1,3 @@
-
-
-
+>
+
+
\ No newline at end of file