@akropolys/kiku 1.6.9 → 1.6.10

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/dist/styles.css CHANGED
@@ -1037,10 +1037,10 @@
1037
1037
  background: var(--hsk-chat-muted, #ccc);
1038
1038
  }
1039
1039
  .hsk-cb-send--stop {
1040
- background: #3a3a3c;
1040
+ background: #e5342a;
1041
1041
  }
1042
1042
  .hsk-cb-send--stop:hover {
1043
- background: #2a2a2c;
1043
+ background: #c92a21;
1044
1044
  opacity: 1;
1045
1045
  }
1046
1046
  .hsk-cb-hint {