@sankhyalabs/ez-design 5.10.0-dev.1 → 5.10.0-dev.2

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.
@@ -870,7 +870,8 @@ body {
870
870
  color: #fff;
871
871
  text-shadow: 0 0 0 #fff, 0 0 1px transparent; }
872
872
  .ez-text--bold {
873
- font-weight: 600; }
873
+ font-weight: 600;
874
+ color: var(--title--primary); }
874
875
  .ez-text--full {
875
876
  width: 100%; }
876
877
  .ez-text--primary {
@@ -901,6 +902,7 @@ body {
901
902
  .ez-title {
902
903
  display: flex;
903
904
  font-family: "Roboto";
905
+ color: var(--title--primary);
904
906
  margin: 0;
905
907
  font-weight: 600;
906
908
  line-height: 1.3; }
@@ -9195,9 +9197,9 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
9195
9197
  .ez-grid .ag-column-select-header {
9196
9198
  padding: 0; }
9197
9199
  .ez-grid .ag-body-horizontal-scroll {
9198
- height: var(--space--medium);
9199
- max-height: var(--space--medium);
9200
- min-height: var(--space--medium); }
9200
+ height: var(--space--small);
9201
+ max-height: var(--space--small);
9202
+ min-height: var(--space--small); }
9201
9203
  .ez-grid .ag-set-filter-item {
9202
9204
  margin: 0; }
9203
9205
  .ez-grid .ag-body-horizontal-scroll-viewport {