@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.esm.js
CHANGED
|
@@ -7157,12 +7157,9 @@ const Forms = createGlobalStyle `
|
|
|
7157
7157
|
input:not([type]),
|
|
7158
7158
|
textarea {
|
|
7159
7159
|
appearance: none;
|
|
7160
|
-
background-color: ${allColors.clay};
|
|
7161
|
-
border: ${allColors.clay};
|
|
7162
7160
|
border-radius: 2px;
|
|
7163
7161
|
box-shadow: ${formBoxShadow};
|
|
7164
7162
|
box-sizing: border-box;
|
|
7165
|
-
color: ${allColors.defaultFontColor};
|
|
7166
7163
|
margin-bottom: ${typography.spacing.half};
|
|
7167
7164
|
padding: ${typography.spacing.third};
|
|
7168
7165
|
transition: border-color ${animation.duration} ${animation.timing};
|