Skip to content

Commit 11d934e

Browse files
committed
background instead of border
1 parent 0bdf760 commit 11d934e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

services/static-webserver/client/source/class/osparc/conversation/MessageUI.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ qx.Class.define("osparc.conversation.MessageUI", {
103103
alignX: isMyMessage ? "right" : "left"
104104
})).set({
105105
decorator: "chat-bubble",
106-
padding: 8,
107106
allowGrowX: false,
108107
});
109108
if (isMyMessage) {

services/static-webserver/client/source/class/osparc/theme/Decoration.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ qx.Theme.define("osparc.theme.Decoration", {
2929
"chat-bubble": {
3030
style: {
3131
radius: 4,
32-
width: 1,
33-
color: "text-disabled"
32+
// width: 1,
33+
// color: "text-disabled",
34+
backgroundColor: "background-main-2",
35+
padding: 8,
3436
}
3537
},
3638

0 commit comments

Comments
 (0)