Skip to content

Commit b6fc0da

Browse files
committed
[UGN-353] Add border radius to icon
1 parent 37126f0 commit b6fc0da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const StepsComponent: typeof StepsTheme = {
3636
const MatchIconTheme: any = {
3737
baseStyle: (props: any) => {
3838
return {
39-
...StepsTheme.baseStyle(props).stepIconContainer,
39+
borderRadius: "50%",
4040
borderWidth: "2px",
4141
bg: "background",
4242
borderColor: "yellow.500",

0 commit comments

Comments
 (0)