l-min-components 1.0.1200 → 1.0.1205

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "l-min-components",
3
- "version": "1.0.1200",
3
+ "version": "1.0.1205",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -4,7 +4,7 @@ export const VideoPlayerContainer = styled.div`
4
4
  position: relative;
5
5
  border-radius: 24px;
6
6
  overflow: hidden;
7
- background-color: #0000001a;
7
+ /* background-color: #0000001a; */
8
8
  width: ${({ width }) => (width ? width : "auto")};
9
9
  height: ${({ height }) => (height ? height : "auto")};
10
10
  video {
@@ -183,7 +183,7 @@ export const LoadingScreen = styled.div`
183
183
  export const ErrorMessage = styled.div`
184
184
  width: ${({ width }) => (width ? width : "auto")};
185
185
  height: ${({ height }) => (height ? height : "auto")};
186
- background-color: #0000001a;
186
+
187
187
  display: grid;
188
188
  place-items: center;
189
189
  div {