@leftium/logo 0.2.0 → 0.3.0

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.
@@ -142,5 +142,10 @@
142
142
  top: 50%;
143
143
  left: 50%;
144
144
  translate: -50% -50%;
145
+ overflow: hidden;
146
+ }
147
+
148
+ .app-logo-icon :global(svg) {
149
+ display: block;
145
150
  }
146
151
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leftium/logo",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/Leftium/leftium-logo.git"