@chat21/chat21-ionic 3.1.0-rc2 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -0
- package/package.json +1 -1
- package/src/app/components/conversation-detail/message-text-area/message-text-area.component.scss +1 -0
- package/src/app/modals/send-whatsapp-template/send-whatsapp-template.page.scss +1 -0
- package/src/theme/variables.scss +2 -1
- package/src/variables.scss +2 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/src/app/components/conversation-detail/message-text-area/message-text-area.component.scss
CHANGED
|
@@ -143,6 +143,7 @@
|
|
|
143
143
|
max-height: 184px;
|
|
144
144
|
background-color: var(--textarea-background);
|
|
145
145
|
color: var(--textarea-color);
|
|
146
|
+
--placeholder-color: var(--textarea-placeholder-color);
|
|
146
147
|
// --padding-top: 5px; // NK edited
|
|
147
148
|
--padding-top: 8px;
|
|
148
149
|
--padding-bottom: 5px;
|
package/src/theme/variables.scss
CHANGED
|
@@ -266,7 +266,8 @@ body {
|
|
|
266
266
|
// --date-divider-text-color: #64748b;
|
|
267
267
|
// --message-date-color: #647491;
|
|
268
268
|
// --textarea-background: var(--basic-blue-02);
|
|
269
|
-
// --textarea-color: var(--icon-color);
|
|
269
|
+
// --textarea-placeholder-color: var(--icon-color);
|
|
270
|
+
// --textarea-color: #ffffff;
|
|
270
271
|
// // ***** Conversation-detail: end ***** //
|
|
271
272
|
|
|
272
273
|
// // ***** Conversation-detail: INFO-MESSAGE: start ***** //
|
package/src/variables.scss
CHANGED
|
@@ -53,7 +53,8 @@ body {
|
|
|
53
53
|
--date-divider-text-color: #64748b;
|
|
54
54
|
--message-date-color: #647491;
|
|
55
55
|
--textarea-background: #0000000d;
|
|
56
|
-
--textarea-color: var(--icon-color);
|
|
56
|
+
--textarea-placeholder-color: var(--icon-color);
|
|
57
|
+
--textarea-color: #06132b;
|
|
57
58
|
// ***** Conversation-detail: end ***** //
|
|
58
59
|
|
|
59
60
|
// ***** Conversation-detail PRIVATE-MSG: start ***** //
|