@aloudata/aloudata-design 2.19.0-beta.4 → 2.19.0-beta.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.
@@ -85,6 +85,9 @@
85
85
  padding: var(--alias-spacing-150) var(--alias-padding-300);
86
86
  border-top: 1px solid var(--global-cool-grey-100);
87
87
  background: var(--alias-colors-bg-skeleton-subtler);
88
+ display: flex;
89
+ justify-content: flex-end;
90
+ align-items: center;
88
91
 
89
92
  .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
90
93
  margin-bottom: 0;
@@ -223,13 +223,13 @@
223
223
  .ald-table-tr {
224
224
  &.ald-table-row-hover {
225
225
  .ald-table-td {
226
- background-color: var(--global-cool-gray-alpha-50);
226
+ background-color: var(--global-cool-grey-100);
227
227
  }
228
228
  }
229
229
 
230
230
  &.ald-table-row-dragging {
231
231
  .ald-table-td {
232
- background-color: var(--global-cool-gray-alpha-50);
232
+ background-color: var(--global-cool-grey-100);
233
233
  }
234
234
  }
235
235
  }