@arco-themes/vue-startrek 0.0.6 → 0.0.7
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.
- package/README.md +6 -0
- package/css/arco.css +1 -1
- package/package.json +1 -1
- package/tokens.less +1 -1
- package/variables.less +1 -1
package/package.json
CHANGED
package/tokens.less
CHANGED
|
@@ -3466,7 +3466,7 @@
|
|
|
3466
3466
|
@table-size-filters-width: 24px;
|
|
3467
3467
|
@table-font-weight-header-text: 500;
|
|
3468
3468
|
@table-color-text-body-cell: rgb(var(--gray-10));
|
|
3469
|
-
@table-color-bg-body-cell:
|
|
3469
|
+
@table-color-bg-body-cell: #ffffff;
|
|
3470
3470
|
@table-color-bg-body-sorted-cell: var(--color-fill-1);
|
|
3471
3471
|
@table-color-bg-body-stripe-row: var(--color-fill-1);
|
|
3472
3472
|
@table-color-bg-body-row_hover: #f2f6fd;
|
package/variables.less
CHANGED
|
@@ -835,6 +835,6 @@
|
|
|
835
835
|
@input-color-bg_focus: @color-transparent;
|
|
836
836
|
@table-color-text-header-cell: @color-text-1;
|
|
837
837
|
@table-color-bg-header-cell: @color-bg-2;
|
|
838
|
-
@table-color-bg-body-cell: @color-
|
|
838
|
+
@table-color-bg-body-cell: @color-bg-white;
|
|
839
839
|
@table-color-border: @color-border-1;
|
|
840
840
|
@table-color-bg-body-row_hover: @color-fill-1;
|