@gitlab/ui 102.1.4 → 102.1.5

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": "@gitlab/ui",
3
- "version": "102.1.4",
3
+ "version": "102.1.5",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -101,8 +101,8 @@ $gl-broadcast-message-padding-x: var(--gl-broadcast-message-padding-x, 0px);
101
101
  &.notification {
102
102
  @apply gl-rounded-base;
103
103
  @apply gl-border;
104
- @apply gl-shadow-x0-y2-b4-s0;
105
- background-color: var(--gl-background-color-default);
104
+ @apply gl-shadow-md;
105
+ background-color: var(--gl-background-color-overlap);
106
106
  color: var(--gl-text-color-default);
107
107
  max-width: $gl-broadcast-message-notification-max-width;
108
108
  }