We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be08147 commit e8d428cCopy full SHA for e8d428c
src/sections/app.style.js
@@ -182,8 +182,8 @@ section{
182
// styling for the searchbox
183
.search-box {
184
input {
185
- background-color: ${props => props.theme.shadowDarkColor}!important;
186
- color: ${props => props.theme.text};
+ background-color: ${(props) => props.theme.shadowDarkColor}!important;
+ color: ${(props) => props.theme.text};
187
transition: all 450ms ease 0s;
188
189
&:focus {
0 commit comments