cfpb/design-system

Update button padding to match design specs

natalia-fitzgerald opened this issue · 1 comments

Describe the bug
Button padding is 14px in code but 15px in the specs.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://cfpb.github.io/design-system/components/buttons#types-1
  2. Click on 'Specs'
  3. View padding in the specs (Left and right padding: 15px)
  4. Inspect element in Chrome - See padding (Left and right padding: 14px)

Expected behavior
Padding in code and in the specs should match and be 15px.

Screenshots
Screenshot 2023-10-05 at 4 22 35 PM
Screenshot 2023-10-05 at 4 22 58 PM

Additional context

  • Figma file already matches the correct specs

We removed design specs from the Design System for maintenance reasons; designers will now pull specs using Chrome Inspect or a similar tool.