allaw-ui 4.6.0 → 4.6.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.
@@ -94,6 +94,8 @@
94
94
  background: white;
95
95
  color: var(--bleu-allaw, #25beeb);
96
96
  border: 3px solid #25beeb;
97
+ box-sizing: border-box;
98
+ padding: 17px 13px;
97
99
  }
98
100
 
99
101
  .actionButtonBorder:hover {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "4.6.0",
3
+ "version": "4.6.1",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",