diff --git a/projects/common/models/elements/input-elements/drop-list.ts b/projects/common/models/elements/input-elements/drop-list.ts
index a1f5a53475347ef7aad6cbd4a284cb5bedb6f0c0..ed39996e0e3f410b64e602be73e9e9f18c52c057 100644
--- a/projects/common/models/elements/input-elements/drop-list.ts
+++ b/projects/common/models/elements/input-elements/drop-list.ts
@@ -44,7 +44,7 @@ export class DropListElement extends InputElement {
       UIElement.initPositionProps({ useMinHeight: true, ...element.position as Partial<PositionProperties> }) :
       undefined;
     this.styling = UIElement.initStylingProps({
-      backgroundColor: '#f4f4f2',
+      backgroundColor: '#ededed',
       itemBackgroundColor: '#c9e0e0',
       ...element.styling
     });