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-25 21:28:57 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
04579617c013c1fec442cd43c7ea335d181c02b1
04579617
1 parent
6f6f57bf
style: ButtonColorMap 색상 변경
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
frontend/src/lib/styles/palette.js
frontend/src/lib/styles/palette.js
View file @
0457961
...
...
@@ -38,12 +38,12 @@ export const buttonColorMap = {
blue
:
{
background
:
palette
.
blue6
,
color
:
'white'
,
hoverBackground
:
palette
.
blue
5
,
hoverBackground
:
palette
.
blue
7
,
},
gray
:
{
background
:
palette
.
gray
2
,
background
:
palette
.
gray
7
,
color
:
'black'
,
hoverBackground
:
palette
.
gray
5
,
hoverBackground
:
palette
.
gray
8
,
},
white
:
{
background
:
'white'
,
...
...
Please
register
or
login
to post a comment