Skip to content

Commit e8d428c

Browse files
committed
reverted formatting
Signed-off-by: YASHMAHAKAL <yvsst01@gmail.com>
1 parent be08147 commit e8d428c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sections/app.style.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ section{
182182
// styling for the searchbox
183183
.search-box {
184184
input {
185-
background-color: ${props => props.theme.shadowDarkColor}!important;
186-
color: ${props => props.theme.text};
185+
background-color: ${(props) => props.theme.shadowDarkColor}!important;
186+
color: ${(props) => props.theme.text};
187187
transition: all 450ms ease 0s;
188188
189189
&:focus {

0 commit comments

Comments
 (0)