We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01ec7b commit 4bbfd58Copy full SHA for 4bbfd58
src/common/system.js
@@ -2,7 +2,7 @@
2
3
// eslint-disable-next-line import/prefer-default-export
4
export const blockSizes = {
5
- sm: '27px',
6
- md: '35px',
7
- lg: '43px'
+ sm: '28px',
+ md: '36px',
+ lg: '44px'
8
};
0 commit comments