@digital-ai/dot-components 4.11.0 → 4.11.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/index.esm.js +2 -1
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -6302,7 +6302,7 @@ const StyledAppToolbar = styled.header`
|
|
|
6302
6302
|
align-items: center;
|
|
6303
6303
|
|
|
6304
6304
|
.right-side-pre-nav {
|
|
6305
|
-
margin-right: ${theme.spacing(
|
|
6305
|
+
margin-right: ${theme.spacing(6)};
|
|
6306
6306
|
}
|
|
6307
6307
|
|
|
6308
6308
|
.dot-badge .MuiBadge-anchorOriginTopRightRectangular {
|
|
@@ -6316,6 +6316,7 @@ const StyledAppToolbar = styled.header`
|
|
|
6316
6316
|
align-items: center;
|
|
6317
6317
|
justify-content: center;
|
|
6318
6318
|
width: 40px;
|
|
6319
|
+
height: 40px;
|
|
6319
6320
|
button.dot-avatar:focus-visible {
|
|
6320
6321
|
box-shadow: 0px 0px 0px 3px ${theme.palette.figma.icon.white},
|
|
6321
6322
|
0px 0px 0px 5px ${theme.palette.figma.icon.black};
|