allaw-ui 3.7.4 → 3.7.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.
@@ -241,8 +241,8 @@
241
241
 
242
242
  /* Style prefilled */
243
243
  .Input-prefilled {
244
- background-color: rgba(255, 200, 87, 0.15) !important;
245
- border-color: var(--actions-warning, #ffc857) !important;
244
+ background-color: rgba(37, 206, 235, 0.25) !important;
245
+ border-color: var(--bleu-allaw, #25ceeb) !important;
246
246
  }
247
247
 
248
248
  /* Bouton clear */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "3.7.4",
3
+ "version": "3.7.5",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",