@indico-data/design-system 1.0.34 → 1.0.35
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/lib/index.esm.js +0 -3
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +0 -3
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
- package/src/styles/globals/forms.ts +0 -3
package/lib/index.js
CHANGED
|
@@ -7159,12 +7159,9 @@ const Forms = styled.createGlobalStyle `
|
|
|
7159
7159
|
input:not([type]),
|
|
7160
7160
|
textarea {
|
|
7161
7161
|
appearance: none;
|
|
7162
|
-
background-color: ${allColors.clay};
|
|
7163
|
-
border: ${allColors.clay};
|
|
7164
7162
|
border-radius: 2px;
|
|
7165
7163
|
box-shadow: ${formBoxShadow};
|
|
7166
7164
|
box-sizing: border-box;
|
|
7167
|
-
color: ${allColors.defaultFontColor};
|
|
7168
7165
|
margin-bottom: ${typography.spacing.half};
|
|
7169
7166
|
padding: ${typography.spacing.third};
|
|
7170
7167
|
transition: border-color ${animation.duration} ${animation.timing};
|