@pairbo/ui-kit 0.3.11 → 0.3.12
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/ui-kit.js +1 -1
- package/package.json +1 -1
package/dist/ui-kit.js
CHANGED
|
@@ -2138,7 +2138,6 @@
|
|
|
2138
2138
|
grid-template-columns: repeat(2, 1fr);
|
|
2139
2139
|
gap: 0.6rem;
|
|
2140
2140
|
align-items: center;
|
|
2141
|
-
color: black;
|
|
2142
2141
|
}
|
|
2143
2142
|
|
|
2144
2143
|
.embla__button {
|
|
@@ -2159,6 +2158,7 @@
|
|
|
2159
2158
|
display: flex;
|
|
2160
2159
|
align-items: center;
|
|
2161
2160
|
justify-content: center;
|
|
2161
|
+
color: black;
|
|
2162
2162
|
}
|
|
2163
2163
|
|
|
2164
2164
|
.embla__button:disabled {
|