@aloudata/aloudata-design 2.7.0 → 2.7.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.
@@ -17,7 +17,6 @@
17
17
  font-size: 13px;
18
18
  line-height: 20px;
19
19
  background: #fff;
20
- color: var(--alias-colors-text-subtle, #4b5563);
21
20
 
22
21
  .ald-table-content {
23
22
  display: flex;
@@ -168,7 +167,7 @@
168
167
 
169
168
  .ald-table-td-default {
170
169
  line-height: 20px;
171
- padding-left: @td-padding-size;
170
+ padding: 0 @td-padding-size;
172
171
  display: flex;
173
172
  align-items: center;
174
173
  height: 100%;
@@ -21,7 +21,7 @@
21
21
  // @tabs-
22
22
  .ant-tabs.ald-tabs {
23
23
  &.ant-tabs {
24
- color: @NL40;
24
+ color: var(--alias-colors-text-default, #1f2937);
25
25
  font-size: 14px;
26
26
 
27
27
  .ant-tabs-nav {