allaw-ui 4.5.0 → 4.5.1

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.
@@ -91,16 +91,16 @@
91
91
  }
92
92
 
93
93
  .actionButtonYellow {
94
- background: #ffc107;
95
- color: #000000;
94
+ background: #f9e000;
95
+ color: var(--primary-black, #171e25);
96
96
  }
97
97
 
98
98
  .actionButtonYellow:hover {
99
- background: #e0a005;
99
+ background: #e6d000;
100
100
  }
101
101
 
102
102
  .actionButtonYellow:active {
103
- background: #c79504;
103
+ background: #c7b200;
104
104
  }
105
105
 
106
106
  @keyframes pulseBackground {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "4.5.0",
3
+ "version": "4.5.1",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",