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:23:41 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
57b7db02471938a2a7353d96940d2e20af701a58
57b7db02
1 parent
de126d57
style: Dropdown과 Button color 추가
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
frontend/src/lib/styles/palette.js
frontend/src/lib/styles/palette.js
View file @
57b7db0
...
...
@@ -40,6 +40,16 @@ export const buttonColorMap = {
color
:
'white'
,
hoverBackground
:
palette
.
blue5
,
},
gray
:
{
background
:
palette
.
gray2
,
color
:
'black'
,
hoverBackground
:
palette
.
gray5
,
},
white
:
{
background
:
'white'
,
color
:
'black'
,
hoverBackground
:
palette
.
gray2
,
},
};
export
const
inputColorMap
=
{
...
...
@@ -65,6 +75,11 @@ export const dropdownHeaderColorMap = {
hoverBackground
:
palette
.
blue5
,
borderColor
:
palette
.
blue8
,
},
white
:
{
background
:
'white'
,
color
:
'black'
,
hoverBackground
:
palette
.
gray2
,
},
};
export
const
searchBoxColorMap
=
{
...
...
Please
register
or
login
to post a comment