Skip to content

Commit

Permalink
chore: update dropdown border to match combobox (#1828)
Browse files Browse the repository at this point in the history
* chore: update dropdown border to match combobox

* chore: update link size
  • Loading branch information
NotNestor authored Nov 19, 2024
1 parent 0496505 commit 1808b37
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@momentum-ui/web-components",
"version": "2.14.22",
"version": "2.14.23",
"author": "Yana Harris",
"license": "MIT",
"repository": "https://github.com/momentum-design/momentum-ui.git",
Expand Down
2 changes: 1 addition & 1 deletion web-components/src/components/dropdown/scss/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

$dropdown-main-indent: rem-calc(4);
$dropdown-border: 1px solid var(--md-secondary-seperator-color);
$dropdown-border: 1px solid var(--dropdown-border-color, var(--md-secondary-seperator-color));
$dropdown-min-height: rem-calc(32);

$dropdown-label-radius: var(--dropdown-group-radius, $lm-dropdown-label-radius-light);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const dropdown = {
}
},
"border-color": {
light: colors.gray[30].name,
light: colors.gray[40].name,
dark: colors.gray[80].name,
focus: {
light: colors.theme[70].name,
Expand Down
6 changes: 4 additions & 2 deletions web-components/src/components/link/tokens/mdv2-link-tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ const link = {
common: "$mds-color-theme-text-error-normal"
},
"font-size": {
common: "1rem"
light: "14px",
dark: "14px"
},
"font-size__inline": {
common: "0.875rem"
light: "12px",
dark: "12px"
}
}
};
Expand Down

0 comments on commit 1808b37

Please sign in to comment.