Skip to content

Commit

Permalink
Merge pull request #177 from microsoft/style-patches
Browse files Browse the repository at this point in the history
Style patches
  • Loading branch information
natoverse committed Nov 22, 2022
2 parents 6fc02cc + c87141b commit 26c5880
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .yarn/versions/9fa35ace.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
releases:
"@essex/components": patch

declined:
- essex-toolkit
- essex-toolkit-stories
2 changes: 1 addition & 1 deletion packages/components/src/hooks/fluent8/colorpicker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function useStyles(
fontSize: SMALL_FONT_SIZE,
},
panel: {
padding: 4,
padding: 6,
},
colorRectangle: {
minWidth: 168,
Expand Down
8 changes: 7 additions & 1 deletion packages/components/src/hooks/fluent8/dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ function useStyles(
dropdown: item,
dropdownItem: item,
dropdownItemHeader: item,
dropdownItemDisabled: item,
dropdownItemSelected: item,
dropdownItemSelectedAndDisabled: item,
title: {
...item,
paddingTop: 3,
Expand All @@ -54,7 +57,10 @@ function useStyles(
fontSize: 10,
paddingTop: 3,
},
caretDownWrapper: item,
caretDownWrapper: {
...item,
right: 6,
},
}
}
}, [size])
Expand Down

0 comments on commit 26c5880

Please sign in to comment.