Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Marija Najdova <mnajdova@gmail.com>
  • Loading branch information
mnajdova committed Sep 26, 2022
1 parent bd22c29 commit 70c8cc0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -468,7 +468,6 @@ export default function AppSearch() {
'& .DocSearch-Cancel': {
display: 'block',
alignSelf: 'center',
cursor: 'pointer',
height: '1.5rem',
marginRight: `${theme.spacing(1)}px`,
padding: `${theme.spacing(0.3, 0.8, 0.6, 0.8)}px`,
Expand Down
Expand Up @@ -468,7 +468,6 @@ export default function AppSearch() {
'& .DocSearch-Cancel': {
display: 'block',
alignSelf: 'center',
cursor: 'pointer',
height: '1.5rem',
marginRight: theme.spacing(1),
padding: theme.spacing(0.3, 0.8, 0.6, 0.8),
Expand Down

0 comments on commit 70c8cc0

Please sign in to comment.