@wistia/ui 0.18.5-beta.52a3d522.c295011 → 0.18.5-beta.9ab561d6.6f99781

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.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.18.5-beta.52a3d522.c295011
3
+ * @license @wistia/ui v0.18.5-beta.9ab561d6.6f99781
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -18358,7 +18358,7 @@ var ThumbnailCollageContainer = import_styled_components128.styled.div`
18358
18358
  display: flex;
18359
18359
  `;
18360
18360
  var StyledThumbnailCollage = import_styled_components128.styled.div`
18361
- --wui-thumbnail-collage-border-color: rgba(0, 0, 0, 0.1);
18361
+ --wui-thumbnail-collage-border-color: rgba(0, 0, 0, 0.05);
18362
18362
  --wui-thumbnail-collage-padding: var(--wui-space-01);
18363
18363
  padding: var(--wui-thumbnail-collage-padding);
18364
18364
  background-color: var(--wui-color-bg-surface-tertiary);