@swype-org/react-sdk 0.1.181 → 0.1.182
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/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2316,7 +2316,7 @@ var dotStyle = (color) => ({
|
|
|
2316
2316
|
var lineStyle = (color) => ({
|
|
2317
2317
|
width: 32,
|
|
2318
2318
|
height: 0,
|
|
2319
|
-
borderTop: `2px
|
|
2319
|
+
borderTop: `2px solid ${color}`,
|
|
2320
2320
|
opacity: 0.4,
|
|
2321
2321
|
flexShrink: 0
|
|
2322
2322
|
});
|
|
@@ -3847,7 +3847,7 @@ var continueRowStyle = (tokens) => ({
|
|
|
3847
3847
|
padding: "10px 16px",
|
|
3848
3848
|
fontSize: "0.84rem",
|
|
3849
3849
|
fontWeight: 600,
|
|
3850
|
-
color: tokens.
|
|
3850
|
+
color: tokens.text,
|
|
3851
3851
|
background: `${tokens.accent}0d`,
|
|
3852
3852
|
borderTop: `1px solid ${tokens.accent}22`
|
|
3853
3853
|
});
|