Skip to content

Commit 41ebaf4

Browse files
authored
fix(global-header): remove search bar underline (#603)
1 parent d453128 commit 41ebaf4

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@red-hat-developer-hub/backstage-plugin-global-header': patch
3+
---
4+
5+
remove search bar underline

workspaces/global-header/plugins/global-header/src/components/SearchComponent/SearchBar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ export const SearchBar = (props: SearchBarProps) => {
8181
sx: {
8282
borderRadius: '4px',
8383
outline: 'unset',
84-
border: `1px solid ${theme.palette.divider}`,
8584
boxShadow:
8685
theme.palette.mode === 'dark'
8786
? `0 2px 6px 2px rgba(0, 0, 0, 0.50), 0 1px 2px 0 rgba(0, 0, 0, 0.50)`

0 commit comments

Comments
 (0)