diff --git a/src/app/components/shared/_dialogs/cloud-configuration/cloud-configuration.component.scss b/src/app/components/shared/_dialogs/cloud-configuration/cloud-configuration.component.scss
index a1806c3b02170826601b4662c3de648c0f94af88..d38b2c54433cebd9dfddcf1158a71d172c4c88e2 100644
--- a/src/app/components/shared/_dialogs/cloud-configuration/cloud-configuration.component.scss
+++ b/src/app/components/shared/_dialogs/cloud-configuration/cloud-configuration.component.scss
@@ -10,6 +10,7 @@ h2{
 h3 {
   border-bottom: 1px solid var(--primary);
   color: var(--primary);
+  padding-bottom: 6px;
 }
 
 #commentSlider {
@@ -160,4 +161,9 @@ mat-divider {
 
 ::ng-deep.mat-drawer-backdrop.mat-drawer-shown{
   display: none;
+}
+
+::ng-deep.mat-slider-track-background{
+  background-color: var(--primary);
+  opacity: 0.2;
 }
\ No newline at end of file