@aurora-ds/components 1.7.7 → 1.7.8

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
@@ -5832,10 +5832,10 @@ const DRAWER_ITEM_STYLES = createStyles((theme) => ({
5832
5832
  height: DEFAULT_DRAWER_ITEM_SIZE,
5833
5833
  ...(selected
5834
5834
  ? {
5835
- backgroundColor: theme.colors.primarySubtle,
5836
- color: theme.colors.primaryMain,
5837
- ':hover': { backgroundColor: theme.colors.primarySubtleHover, color: theme.colors.primaryHover },
5838
- ':active': { backgroundColor: theme.colors.primarySubtleActive, color: theme.colors.primaryActive },
5835
+ backgroundColor: theme.colors.primaryMain,
5836
+ color: theme.colors.primaryOn,
5837
+ ':hover': { backgroundColor: theme.colors.primaryHover, color: theme.colors.primaryOn },
5838
+ ':active': { backgroundColor: theme.colors.primaryActive, color: theme.colors.primaryOn },
5839
5839
  }
5840
5840
  : {
5841
5841
  backgroundColor: 'transparent',