@equinor/cpl-top-bar-react 0.5.2 → 0.5.3
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/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -131,7 +131,7 @@ function TopBar(_a) {
|
|
|
131
131
|
] }));
|
|
132
132
|
}
|
|
133
133
|
var StyledEDSTopBar = (0, import_styled_components.default)(import_eds_core_react.TopBar)`
|
|
134
|
-
border-color:
|
|
134
|
+
border-color: var(--cpl-top-bar-border-color);
|
|
135
135
|
gap: 0;
|
|
136
136
|
padding: 0px 20px;
|
|
137
137
|
margin: 0px;
|
package/dist/index.mjs
CHANGED