@transferwise/neptune-css 0.0.0-experimental-94246de → 0.0.0-experimental-d54bc7a

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.
@@ -6,7 +6,7 @@
6
6
  color: var(--color-content-primary);
7
7
  background-color: rgba(134,167,189,0.10196);
8
8
  background-color: var(--color-background-neutral);
9
- min-width: 200px;
9
+ min-width: 150px;
10
10
  margin-bottom: 16px;
11
11
  margin-bottom: var(--size-16);
12
12
  }
@@ -6018,7 +6018,7 @@ tbody.collapse.in {
6018
6018
  color: var(--color-content-primary);
6019
6019
  background-color: rgba(134,167,189,0.10196);
6020
6020
  background-color: var(--color-background-neutral);
6021
- min-width: 200px;
6021
+ min-width: 150px;
6022
6022
  margin-bottom: 16px;
6023
6023
  margin-bottom: var(--size-16);
6024
6024
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-css",
3
3
  "description": "Neptune CSS library",
4
- "version": "0.0.0-experimental-94246de",
4
+ "version": "0.0.0-experimental-d54bc7a",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -8,7 +8,7 @@
8
8
  border-radius: 10px;
9
9
  color: var(--color-content-primary);
10
10
  background-color: var(--color-background-neutral);
11
- min-width: 200px;
11
+ min-width: 150px;
12
12
  margin-bottom: var(--size-16);
13
13
 
14
14
  .np-theme-personal & {