@aurora-ds/components 0.23.3 → 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/esm/index.js CHANGED
@@ -1371,7 +1371,7 @@ const SELECT_STYLES = createStyles((theme) => ({
1371
1371
  placeholder: {
1372
1372
  flex: 1,
1373
1373
  fontSize: theme.fontSize.md,
1374
- color: theme.colors.textSecondary
1374
+ color: theme.colors.textTertiary
1375
1375
  }
1376
1376
  }));
1377
1377
 
@@ -1417,7 +1417,7 @@ SelectItem.displayName = 'SelectItem';
1417
1417
  const MENU_STYLES = createStyles((theme) => ({
1418
1418
  root: (isFadingIn, anchorOrigin, position, width) => ({
1419
1419
  position: 'fixed',
1420
- zIndex: theme.zIndex.dropdown,
1420
+ zIndex: theme.zIndex.popover,
1421
1421
  marginTop: theme.spacing.xs,
1422
1422
  backgroundColor: theme.colors.surface,
1423
1423
  borderRadius: theme.radius.md,