lnked/react-starter

View on GitHub
src/theme/size.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const Size = {
  tiny: 10,
  small: 12,
  normal: 14,
  big: 16,
  large: 24,
  extraLarge: 32,
}