@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 +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -4100,6 +4100,7 @@ const MENU_ITEM_STYLES = createStyles((theme) => {
|
|
|
4100
4100
|
transition: `background-color ${theme.transition.fast}, border-color ${theme.transition.fast}`,
|
|
4101
4101
|
'&[data-selected]': {
|
|
4102
4102
|
backgroundColor: c.primarySubtle,
|
|
4103
|
+
borderLeftColor: c.primaryMain,
|
|
4103
4104
|
color: c.primaryMain,
|
|
4104
4105
|
fontWeight: theme.fontWeight.medium,
|
|
4105
4106
|
},
|