@pairbo/ui-kit 0.3.10 → 0.3.11

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.
Files changed (2) hide show
  1. package/dist/ui-kit.js +1 -0
  2. package/package.json +1 -1
package/dist/ui-kit.js CHANGED
@@ -2138,6 +2138,7 @@
2138
2138
  grid-template-columns: repeat(2, 1fr);
2139
2139
  gap: 0.6rem;
2140
2140
  align-items: center;
2141
+ color: black;
2141
2142
  }
2142
2143
 
2143
2144
  .embla__button {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pairbo/ui-kit",
3
- "version": "0.3.10",
3
+ "version": "0.3.11",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "readme": "./README-NPM.md",