Skip to content

Commit

Permalink
Fixing style of segmented control with font size conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
humphreyja committed Oct 28, 2024
1 parent 060a3e9 commit b15a265
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@harvest-profit/npk",
"version": "0.0.12",
"version": "0.0.13",
"description": "NPK UI Design System",
"source": "src/index.js",
"main": "dist/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/SegmentedControl/SegmentedControl.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
background-color: var(--control-bg-color);
border-radius: var(--control-radius);
height: var(--control-size);
font-size: var(--control-font-size);
/* Places the border on the inside allowing for borders to not impact button sizes */
box-sizing: border-box;
list-style: none;
Expand Down

0 comments on commit b15a265

Please sign in to comment.