@aurora-ds/components 0.23.4 → 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 +3 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
1276
|
+
color: theme.colors.textSecondary,
|
|
1277
1277
|
fontSize: theme.fontSize.sm,
|
|
1278
1278
|
textOverflow: 'ellipsis',
|
|
1279
1279
|
overflow: 'hidden',
|
|
@@ -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.
|
|
2025
|
+
color: theme.colors.textSecondary,
|
|
2026
2026
|
},
|
|
2027
2027
|
':disabled': {
|
|
2028
2028
|
color: theme.colors.disabledText,
|