@ctlyst.id/internal-ui 4.2.6 → 4.2.7

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.mjs CHANGED
@@ -7409,12 +7409,12 @@ var variantSimple = definePartsStyle10((props) => {
7409
7409
  th: {
7410
7410
  color: "black.high",
7411
7411
  borderBottom: "1px",
7412
- borderColor: mode2(`${c}.100`, `${c}.700`)(props),
7412
+ borderColor: mode2(`${c}.300`, `${c}.700`)(props),
7413
7413
  ...numericStyles
7414
7414
  },
7415
7415
  td: {
7416
7416
  borderBottom: "1px",
7417
- borderColor: mode2(`${c}.100`, `${c}.700`)(props),
7417
+ borderColor: mode2(`${c}.300`, `${c}.700`)(props),
7418
7418
  ...numericStyles
7419
7419
  },
7420
7420
  caption: {
@@ -7435,12 +7435,12 @@ var variantStripe = definePartsStyle10((props) => {
7435
7435
  th: {
7436
7436
  color: "black.high",
7437
7437
  borderBottom: "1px",
7438
- borderColor: mode2(`${c}.100`, `${c}.700`)(props),
7438
+ borderColor: mode2(`${c}.300`, `${c}.700`)(props),
7439
7439
  ...numericStyles
7440
7440
  },
7441
7441
  td: {
7442
7442
  borderBottom: "1px",
7443
- borderColor: mode2(`${c}.100`, `${c}.700`)(props),
7443
+ borderColor: mode2(`${c}.300`, `${c}.700`)(props),
7444
7444
  ...numericStyles
7445
7445
  },
7446
7446
  caption: {
@@ -7537,7 +7537,7 @@ var tableTheme = defineMultiStyleConfig10({
7537
7537
  defaultProps: {
7538
7538
  variant: "simple",
7539
7539
  size: "md",
7540
- colorScheme: "gray"
7540
+ colorScheme: "neutral"
7541
7541
  }
7542
7542
  });
7543
7543
  var table_default = tableTheme;