Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
GCL_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
이승윤
2021-05-03 18:24:46 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
456ea9acf0a2705843d63b638d56bd9ecdc3234e
456ea9ac
1 parent
45aef35b
style: border 삭제
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
frontend/src/components/common/SearchBox.js
frontend/src/components/common/SearchBox.js
View file @
456ea9a
...
...
@@ -14,6 +14,7 @@ const ButtonBlock = styled.button`
}
color:
${
props
=>
searchBoxColorMap
[
props
.
color
].
color
}
;
float:
${
props
=>
props
.
float
||
''
}
;
border: 1px
${
props
=>
searchBoxColorMap
[
props
.
color
].
background
}
;
`
;
const
SearchBox
=
({
color
,
float
,
size
})
=>
{
...
...
Please
register
or
login
to post a comment