@secondstaxorg/sscomp 2.0.52 → 2.0.53
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.es.js +3 -0
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +3 -0
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -27437,6 +27437,9 @@ const DropdownField$1 = styled.div`
|
|
|
27437
27437
|
width: 100%;
|
|
27438
27438
|
padding: 0 16px 0 0;
|
|
27439
27439
|
font-size: 16px;
|
|
27440
|
+
::placeholder{
|
|
27441
|
+
color: ${theme.colors["neutral-400"]};
|
|
27442
|
+
}
|
|
27440
27443
|
}
|
|
27441
27444
|
|
|
27442
27445
|
button {
|