Skip to content

Commit

Permalink
va-accordion: change line-height to 1.15 (#815)
Browse files Browse the repository at this point in the history
* change accordion item line-height to 1.15

* 4.45.10
  • Loading branch information
powellkerry authored Aug 25, 2023
1 parent 1d52ecd commit 57ab8db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@department-of-veterans-affairs/web-components",
"version": "4.45.9",
"version": "4.45.10",
"description": "Stencil Component Starter",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ button {
font-family: var(--font-source-sans);
font-size: 1.6rem;
font-weight: 700;
line-height: 1;
line-height: 1.15;
padding: 1.5rem 5.5rem 1.5rem 2rem;
background-color: var(--color-gray-lightest);
background-image: url('../../assets/minus.svg');
Expand Down

0 comments on commit 57ab8db

Please sign in to comment.