Skip to content

Replace hardcoded 13px font sizes with $font-size-small

jedmund requested to merge cleanup/font-size-variables into main

Created by: jedmund

Summary

  • Replace all font-size: 13px with $font-size-small across 14 component files
  • No visual changes — $font-size-small is 0.875rem (14px at base 16), closest design system token to 13px

Test plan

  • Verify admin UI components render without visual regression
  • Check composer bubble menus, popovers, and form inputs

Merge request reports

Loading