@digital-ai/dot-components 4.17.3 → 4.17.4
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 -2
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -6302,11 +6302,11 @@ const StyledAppToolbar = styled.header`
|
|
|
6302
6302
|
.primary-logo,
|
|
6303
6303
|
.dot-app-logo {
|
|
6304
6304
|
display: flex;
|
|
6305
|
-
max-width:
|
|
6305
|
+
max-width: 200px;
|
|
6306
6306
|
svg,
|
|
6307
6307
|
img {
|
|
6308
6308
|
max-height: 36px;
|
|
6309
|
-
max-width:
|
|
6309
|
+
max-width: 200px;
|
|
6310
6310
|
}
|
|
6311
6311
|
}
|
|
6312
6312
|
|