From f67545d751e987ab139470511910661ef96a8ff9 Mon Sep 17 00:00:00 2001 From: kangfenmao Date: Wed, 21 May 2025 22:31:55 +0800 Subject: [PATCH] style: update border color in SearchBarContainer for improved UI consistency --- src/renderer/src/components/ContentSearch.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/components/ContentSearch.tsx b/src/renderer/src/components/ContentSearch.tsx index 7a9f6b958c..c43021b7ad 100644 --- a/src/renderer/src/components/ContentSearch.tsx +++ b/src/renderer/src/components/ContentSearch.tsx @@ -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;