@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/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
 
@@ -1419,7 +1419,7 @@ SelectItem.displayName = 'SelectItem';
1419
1419
  const MENU_STYLES = theme.createStyles((theme) => ({
1420
1420
  root: (isFadingIn, anchorOrigin, position, width) => ({
1421
1421
  position: 'fixed',
1422
- zIndex: theme.zIndex.dropdown,
1422
+ zIndex: theme.zIndex.popover,
1423
1423
  marginTop: theme.spacing.xs,
1424
1424
  backgroundColor: theme.colors.surface,
1425
1425
  borderRadius: theme.radius.md,