mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-26 11:44:28 +08:00
style: update border color in SearchBarContainer for improved UI consistency
This commit is contained in:
parent
0ede6e1dca
commit
f67545d751
@ -630,7 +630,7 @@ const Container = styled.div`
|
||||
`
|
||||
|
||||
const SearchBarContainer = styled.div`
|
||||
border: 1px solid var(--color-border);
|
||||
border: 1px solid var(--color-primary);
|
||||
border-radius: 10px;
|
||||
transition: all 0.2s ease;
|
||||
position: fixed;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user