Skip to content

Commit

Permalink
Add border bottom to select input group header menu (#2690)
Browse files Browse the repository at this point in the history
* feat(select input): add border bottom to select input group header menu

* feat(select input): update font weight

* feat(select input): update changeset

---------

Co-authored-by: Ddouglasz <[email protected]>
  • Loading branch information
ddouglasz and Ddouglasz authored Jan 18, 2024
1 parent 6803787 commit 475df2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/sour-donkeys-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@commercetools-uikit/select-utils': minor
---

Small styles adjustments to dropdown menu groups headers.
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,9 @@ const groupHeadingStyles = () => (base: TBase) => {
...base,
color: designTokens.fontColorForInputWhenReadonly,
fontSize: designTokens.fontSizeSmall,
borderBottom: `1px solid ${designTokens.borderColorForGroupHeadingSelectInputOptions}`,
textTransform: 'none',
fontWeight: 'bold',
fontWeight: designTokens.fontWeight500,
padding: `${designTokens.spacing20} ${designTokens.paddingForGroupHeadingSelectInputOptions}`,
'&:empty': {
padding: 0,
Expand Down

1 comment on commit 475df2d

@vercel
Copy link

@vercel vercel bot commented on 475df2d Jan 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.