diff --git a/assets/sass/_theme/_configuration.sass b/assets/sass/_theme/_configuration.sass
index cf53982e8b4defb19329abef5529583c2815ba08..57e1b284a368062c6a98c1cb94c4d1c27210f1cd 100644
--- a/assets/sass/_theme/_configuration.sass
+++ b/assets/sass/_theme/_configuration.sass
@@ -268,7 +268,7 @@ $block-testimonials-font-size: $quote-size-md !default
 $block-testimonials-line-height: $quote-line-height !default
 $block-testimonials-style: $quote-style !default
 $block-testimonials-pagination-background: $color-border !default
-$block-testimonials-pagination-progress-background: $color-text !default
+$block-testimonials-pagination-progress-background: $color-accent !default
 
 // Block key_figures
 $block-key_figures-font-size: px2rem(16) !default
diff --git a/assets/sass/_theme/blocks/testimonials.sass b/assets/sass/_theme/blocks/testimonials.sass
index 65e53459656ba34c10e23f026af32b7e45739e9b..06f7ba178b61a69b97e72ac635601643037f7a61 100644
--- a/assets/sass/_theme/blocks/testimonials.sass
+++ b/assets/sass/_theme/blocks/testimonials.sass
@@ -49,7 +49,7 @@
                 font-size: px2rem(14)
                 line-height: 1
                 &::after
-                    border: 1px solid black // TODO : variable
+                    border: 1px solid  $block-testimonials-pagination-background // TODO : variable
                     border-radius: 50%
                     content: ""
                     height: 42px
@@ -58,6 +58,9 @@
                     top: 50%
                     transform: translate(-50%, -50%)
                     width: 42px
+                &::before
+                    color: $color-accent
+
             .splide__play
                 &::before
                     margin-left: 2px