@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.js
CHANGED
|
@@ -2313,7 +2313,7 @@ var dotStyle = (color) => ({
|
|
|
2313
2313
|
var lineStyle = (color) => ({
|
|
2314
2314
|
width: 32,
|
|
2315
2315
|
height: 0,
|
|
2316
|
-
borderTop: `2px
|
|
2316
|
+
borderTop: `2px solid ${color}`,
|
|
2317
2317
|
opacity: 0.4,
|
|
2318
2318
|
flexShrink: 0
|
|
2319
2319
|
});
|
|
@@ -3844,7 +3844,7 @@ var continueRowStyle = (tokens) => ({
|
|
|
3844
3844
|
padding: "10px 16px",
|
|
3845
3845
|
fontSize: "0.84rem",
|
|
3846
3846
|
fontWeight: 600,
|
|
3847
|
-
color: tokens.
|
|
3847
|
+
color: tokens.text,
|
|
3848
3848
|
background: `${tokens.accent}0d`,
|
|
3849
3849
|
borderTop: `1px solid ${tokens.accent}22`
|
|
3850
3850
|
});
|