@citizenplane/pimp 18.12.2 → 18.12.3

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": "@citizenplane/pimp",
3
- "version": "18.12.2",
3
+ "version": "18.12.3",
4
4
  "scripts": {
5
5
  "dev": "storybook dev -p 8081",
6
6
  "build-storybook": "storybook build --output-dir ./docs",
@@ -347,6 +347,7 @@ onMounted(() => overrideAlignOverlay())
347
347
  justify-content: space-between;
348
348
  padding: var(--cp-spacing-md);
349
349
  border-radius: var(--cp-radius-md);
350
+ background-color: var(--cp-background-primary);
350
351
  box-shadow:
351
352
  var(--cp-shadows-3xs-inset),
352
353
  0 0 0 var(--cp-dimensions-0_25) var(--cp-border-soft);