@kumori/aurora-wui-components 0.0.269-dev4124.21 → 0.0.269-dev4124.22

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/dist/index.js CHANGED
@@ -1912,7 +1912,7 @@ var AxebowNumericInput = class AxebowNumericInput extends AxebowInputBase {
1912
1912
  flex-direction: column;
1913
1913
  width: 1.375rem !important;
1914
1914
  height: 2.375rem !important;
1915
- border: 1px solid var(--axebow-gray) !important;
1915
+ border: 1px solid var(--axebow-table-header-border) !important;
1916
1916
  border-radius: 0 0.375rem 0.375rem 0;
1917
1917
  overflow: hidden;
1918
1918
  }
@@ -1930,7 +1930,7 @@ var AxebowNumericInput = class AxebowNumericInput extends AxebowInputBase {
1930
1930
  cursor: pointer;
1931
1931
  }
1932
1932
  .axebow-numeric-stepper-btn:first-child {
1933
- border-bottom: 1px solid var(--axebow-gray) !important;
1933
+ border-bottom: 1px solid var(--axebow-table-header-border) !important;
1934
1934
  }
1935
1935
  .axebow-numeric-stepper-btn:disabled {
1936
1936
  cursor: not-allowed;