diff --git a/src/app/components/shared/questionwall/question-wall/question-wall.component.html b/src/app/components/shared/questionwall/question-wall/question-wall.component.html
index 49c2c984d35b62e95735dc834b2515cb66ff26bb..f1af715776cb6b98b263dbcf4d62f43707f56c44 100644
--- a/src/app/components/shared/questionwall/question-wall/question-wall.component.html
+++ b/src/app/components/shared/questionwall/question-wall/question-wall.component.html
@@ -244,14 +244,14 @@
     </div>
     <ars-col [width]="50" ars-flex-box>
       <ars-row>
-        <button mat-icon-button style="margin:5px;" (click)="toggleSideList()">
-          <mat-icon class="icon-color" *ngIf="sidelistExpanded" aria-describedby="side-list-off"
+        <button mat-icon-button style="margin-top:18px; transform: scale(1.8)" (click)="toggleSideList()">
+          <mat-icon style="color: yellow" class="icon-color" *ngIf="sidelistExpanded" aria-describedby="side-list-off"
                     matTooltip="{{'question-wall.side-list-off' | translate}}">
-            arrow_right
+            keyboard_double_arrow_right
           </mat-icon>
-          <mat-icon class="icon-color" *ngIf="!sidelistExpanded" aria-describedby="side-list-on"
+          <mat-icon style="color: yellow" class="icon-color" *ngIf="!sidelistExpanded" aria-describedby="side-list-on"
                     matTooltip="{{'question-wall.side-list-on' | translate}}">
-            list
+            keyboard_double_arrow_left
           </mat-icon>
         </button>
       </ars-row>