File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 684
684
transform : none;
685
685
width : 24px ;
686
686
height : 24px ;
687
- color : # 6366f1 ;
687
+ color : # 757575 ;
688
688
flex-shrink : 0 ;
689
689
display : flex;
690
690
align-items : center;
691
691
justify-content : center;
692
692
pointer-events : none;
693
+ stroke : # 757575 ;
693
694
}
694
695
695
696
@keyframes iconPulse {
703
704
}
704
705
}
705
706
707
+ [data-theme = 'dark' ] .search-icon {
708
+ color : # 757575 ;
709
+ stroke : white;
710
+ }
711
+
706
712
.search-wrapper : focus-within .search-icon {
707
- color : # 4f46e5 ;
713
+ color : # 757575 ;
708
714
animation-play-state : paused;
709
715
transform : translateY (-50% ) scale (1.1 );
710
716
}
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ export default function Blogs(): React.JSX.Element {
103
103
</ svg >
104
104
< input
105
105
type = "text"
106
- placeholder = "Search articles by title, description, or topic... "
106
+ placeholder = "Search article by title, topic"
107
107
className = "search-input"
108
108
value = { searchTerm }
109
109
onChange = { handleSearchChange }
You can’t perform that action at this time.
0 commit comments