We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37126f0 commit b6fc0daCopy full SHA for b6fc0da
1 file changed
src/theme.ts
@@ -36,7 +36,7 @@ const StepsComponent: typeof StepsTheme = {
36
const MatchIconTheme: any = {
37
baseStyle: (props: any) => {
38
return {
39
- ...StepsTheme.baseStyle(props).stepIconContainer,
+ borderRadius: "50%",
40
borderWidth: "2px",
41
bg: "background",
42
borderColor: "yellow.500",
0 commit comments