Skip to content

Commit

Permalink
fix: prevent inconsistent default input font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
monospaced authored and chrisvxd committed Nov 22, 2023
1 parent 13f8cc0 commit 99f90b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/components/InputOrGroup/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
border-color: var(--puck-color-grey-8);
border-radius: 4px;
font-family: inherit;
font-size: 14px;
padding: 12px 15px;
width: 100%;
}
Expand Down

0 comments on commit 99f90b3

Please sign in to comment.