@aurora-ds/components 1.9.0 → 1.9.1

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
@@ -4120,6 +4120,7 @@ const MENU_ITEM_STYLES = theme.createStyles((theme) => {
4120
4120
  transition: `background-color ${theme.transition.fast}, border-color ${theme.transition.fast}`,
4121
4121
  '&[data-selected]': {
4122
4122
  backgroundColor: c.primarySubtle,
4123
+ borderLeftColor: c.primaryMain,
4123
4124
  color: c.primaryMain,
4124
4125
  fontWeight: theme.fontWeight.medium,
4125
4126
  },