@aurora-ds/components 0.23.5 → 0.23.6

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/cjs/index.js CHANGED
@@ -1130,7 +1130,7 @@ const INPUT_STYLES = theme.createStyles((theme) => ({
1130
1130
  borderColor: theme.colors.primary,
1131
1131
  },
1132
1132
  '::placeholder': {
1133
- color: theme.colors.textTertiary,
1133
+ color: theme.colors.textSecondary,
1134
1134
  fontSize: theme.fontSize.sm,
1135
1135
  },
1136
1136
  ...(disabled && {
@@ -1273,7 +1273,7 @@ const TEXTAREA_STYLES = theme.createStyles((theme) => ({
1273
1273
  borderColor: theme.colors.primary,
1274
1274
  },
1275
1275
  '::placeholder': {
1276
- color: theme.colors.textTertiary,
1276
+ color: theme.colors.textSecondary,
1277
1277
  fontSize: theme.fontSize.sm,
1278
1278
  textOverflow: 'ellipsis',
1279
1279
  overflow: 'hidden',
@@ -1373,7 +1373,7 @@ const SELECT_STYLES = theme.createStyles((theme) => ({
1373
1373
  placeholder: {
1374
1374
  flex: 1,
1375
1375
  fontSize: theme.fontSize.md,
1376
- color: theme.colors.textTertiary
1376
+ color: theme.colors.textSecondary
1377
1377
  }
1378
1378
  }));
1379
1379
 
@@ -2022,7 +2022,7 @@ const DATE_PICKER_STYLES = theme.createStyles((theme) => ({
2022
2022
  borderColor: theme.colors.primary,
2023
2023
  },
2024
2024
  '::placeholder': {
2025
- color: theme.colors.textTertiary,
2025
+ color: theme.colors.textSecondary,
2026
2026
  },
2027
2027
  ':disabled': {
2028
2028
  color: theme.colors.disabledText,