We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f4e01 commit c7b4081Copy full SHA for c7b4081
frontend/src/pages/chatPreview/styles/send-editor.scss
@@ -148,7 +148,7 @@
148
.editor-input {
149
width: 100%;
150
background-color: #fff;
151
- border: 1px solid #ecedec;
+ border: 1.5px solid #d0d0d0;
152
border-radius: 16px;
153
position: relative;
154
margin-bottom: 12px;
@@ -292,8 +292,9 @@
292
}
293
294
&.active {
295
- background-color: #e6ebf1;
296
- border-color: rgba(51, 51, 51, 0.6);
+ background-color: #e6ecf3;
+ border: 1.5px solid rgba(51, 51, 51, 0.3);
297
+ font-weight: 600;
298
299
300
@@ -305,8 +306,9 @@
305
306
307
308
309
310
311
312
313
314
0 commit comments