@sankhyalabs/ez-design 1.0.58 → 1.0.60

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.
@@ -36,6 +36,8 @@
36
36
  --color--success: #00cb94;
37
37
  --color--success-200: #EBFFFA;
38
38
  --color--error: #DA4453;
39
+ --color--error-200: #F7E0E5;
40
+ --color--error-900: #99000F;
39
41
  --color--warning: #f2d410;
40
42
  --color--warning-200: #FDF8D8;
41
43
  --color--warning-900: #EFB103;
@@ -8389,8 +8391,6 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
8389
8391
  font-weight: var(--text-weight--large); }
8390
8392
  .ez-grid .ag-header {
8391
8393
  border-bottom: none; }
8392
- .ez-grid .ag-row {
8393
- --ag-row-height: 50px; }
8394
8394
  .ez-grid .ag-cell {
8395
8395
  display: flex;
8396
8396
  align-items: center;