Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into feat/DS-207-content-list-box
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Gaudin committed Jul 15, 2024
2 parents e681a35 + 05672c0 commit a5fd9d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/Divider/src/Divider.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.hop-Divider {
:where(.hop-Divider) {
--hop-Divider-border-color: var(--hop-neutral-border-weak);
--hop-Divider-border-size: 0.0625rem;

Expand Down
1 change: 1 addition & 0 deletions packages/components/src/ListBox/src/ListBox.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
padding-block: var(--hop-ListBox-padding-block);
padding-inline: var(--hop-ListBox-padding-inline);

background-color: var(--hop-ListBox-background-color);
border: var(--hop-ListBox-border-size) solid var(--hop-ListBox-border-color);
border-radius: var(--hop-ListBox-border-radius);
}
Expand Down

0 comments on commit a5fd9d5

Please sign in to comment.