@madie/madie-design-system 1.2.1 → 1.2.3

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.
@@ -15,7 +15,6 @@ const autoCompleteStyles = {
15
15
  marginTop: "8px",
16
16
  borderRadius: "3px",
17
17
  height: 40,
18
- border: "1px solid #DDDDDD",
19
18
  "& .MuiOutlinedInput-notchedOutline": {
20
19
  borderRadius: "3px",
21
20
  "& legend": {
@@ -35,6 +34,9 @@ const autoCompleteStyles = {
35
34
  backgroundColor: "#EDEDED",
36
35
  border: "#EDEDED",
37
36
  },
37
+ '& .MuiChip-deleteIcon': {
38
+ color: "#757575",
39
+ },
38
40
  };
39
41
 
40
42
  const checkedIcon = <CheckBoxIcon fontSize="small" />;
@@ -183,6 +185,14 @@ const AutoComplete = ({
183
185
  return (
184
186
  <TextField
185
187
  sx={{
188
+ border: "none",
189
+ "& .MuiOutlinedInput-notchedOutline": {
190
+ borderRadius: "3px",
191
+ borderColor: "#8C8C8C",
192
+ "& legend": {
193
+ width: 0,
194
+ },
195
+ },
186
196
  "& .MuiInputBase-input": {
187
197
  opacity: 1,
188
198
  color: "#333",