rio-assist-widget 0.1.4 → 0.1.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rio-assist-widget",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Web Component do painel lateral Rio Insight, pronto para ser embutido em qualquer projeto.",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -288,7 +288,7 @@ export const conversationsPanelStyles = css`
288
288
  .new-conversation-cta__button[aria-disabled='true'] {
289
289
  opacity: 0.45;
290
290
  cursor: not-allowed;
291
- border-color: #b6c5cf;
292
- color: #7b8a95;
291
+ border-color: #7bc1d3ff;
292
+ color: #88c5d3ff;
293
293
  }
294
294
  `;