Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
fix: font size consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-calavera committed Oct 17, 2019
1 parent ece2a2b commit 829a569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/components/Validators/Table/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default makeStyles(theme => ({
},
},
tabBtn: {
fontSize: 18,
fontSize: 16,
fontFamily: 'Exo, sans-serif',
color: getColor('grey3')(theme),
border: `1px solid ${getColor('grey3')(theme)}`,
Expand Down

0 comments on commit 829a569

Please sign in to comment.