bodySmallInter property

TextStyle bodySmallInter
final

Implementation

static final TextStyle bodySmallInter = TextStyle(
  fontSize: 14,
  height: 1.5,
  fontFamily: 'Inter',
  fontWeight: FontWeight.w500,
  color: SepteoColors.grey.shade900,
);