Skip to content

Commit 3512e6f

Browse files
Merge pull request #576 from catho/QTM-752
feat(QTM-752): Migrated SegmentedControl component and use of shared styles with the button
2 parents 6ab26ed + 649bbbf commit 3512e6f

26 files changed

+1309
-1167
lines changed

components/Alert/Alert.jsx

-7
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@ const Wrapper = styled.div`
7575
margin: 0 0 0 ${medium}px !important;
7676
min-height: 0;
7777
opacity: 1;
78-
79-
${CloseButton} {
80-
color: ${icon};
81-
margin-left: 0;
82-
}
8378
}
8479
`}
8580
`;
@@ -116,7 +111,6 @@ Alert.defaultProps = {
116111
breakpoints,
117112
components: {
118113
alert: components.alert,
119-
button: components.button,
120114
},
121115
},
122116
};
@@ -136,7 +130,6 @@ Alert.propTypes = {
136130
spacing: PropTypes.object,
137131
components: PropTypes.shape({
138132
alert: PropTypes.object,
139-
button: PropTypes.object,
140133
}),
141134
}),
142135
};

0 commit comments

Comments
 (0)