Skip to content

Commit 168bb72

Browse files
committed
remove background color
1 parent 3f0fcd7 commit 168bb72

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/info

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/info/CommentUI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ qx.Class.define("osparc.info.CommentUI", {
8484
break;
8585
case "comment-content":
8686
control = new osparc.ui.markdown.Markdown().set({
87-
backgroundColor: "background-main-2",
87+
// backgroundColor: "background-main-2",
8888
decorator: "rounded",
8989
noMargin: true,
9090
paddingLeft: 8,

0 commit comments

Comments
 (0)