Skip to content

Commit

Permalink
align topbar button sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
insmac committed Oct 11, 2023
1 parent 4a78cb9 commit da5f927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-console/src/theme/global-styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const DocSearchStyles = css`
height: 3rem;
border-radius: 0.4rem;
color: ${({ theme }) => theme.color.foreground};
border: none;
border: 1px solid var(--docsearch-searchbox-background);
}
.DocSearch-Button:hover {
Expand Down

0 comments on commit da5f927

Please sign in to comment.