@aurora-ds/components 0.23.4 → 0.23.5

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
@@ -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.textSecondary
1376
+ color: theme.colors.textTertiary
1377
1377
  }
1378
1378
  }));
1379
1379