We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15dab87 commit 49ef62dCopy full SHA for 49ef62d
docs/src/modules/components/AppSearch.js
@@ -26,6 +26,7 @@ const SearchButton = styled('button')(({ theme }) => {
26
minHeight: 34,
27
display: 'flex',
28
alignItems: 'center',
29
+ margin: 0, // Reset for Safari
30
paddingLeft: theme.spacing(1),
31
[theme.breakpoints.only('xs')]: {
32
backgroundColor: 'transparent',
0 commit comments