Skip to content

Commit

Permalink
linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hujoseph99 committed Feb 18, 2022
1 parent f872ee3 commit 5e78475
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/theme/stepsTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ const CustomStepsTheme = {
},
label: {
...StepsStyleConfig.sizes.md.label,
position: 'relative',
fontSize: '18px',
fontWeight: 'bold',
}
position: "relative",
fontSize: "18px",
fontWeight: "bold",
},
},
},
};
Expand Down

0 comments on commit 5e78475

Please sign in to comment.