Skip to content

Commit

Permalink
fix(react-input): Remove box-shadow from Input filled appearances (#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
sopranopillow authored Aug 23, 2022
1 parent 23a0768 commit c868d64
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix: Remove box-shadow from filled appearances.",
"packageName": "@fluentui/react-input",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ const useRootStyles = makeStyles({
'::after': shorthands.borderRadius(0), // remove rounded corners from focus underline
},
filled: {
boxShadow: tokens.shadow2, // optional shadow for filled appearances
...shorthands.border('1px', 'solid', tokens.colorTransparentStroke),
},
filledInteractive: {
Expand Down

0 comments on commit c868d64

Please sign in to comment.