Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jy/XButton, Input, Search Filter 구현 #97

Merged
merged 10 commits into from
Nov 5, 2020
4 changes: 3 additions & 1 deletion client/src/themes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const theme = {
palette: {
PRIMARY: '#24292e',
LIGHT: '#ffffff',
SENCONDARY: '#586069',
SECONDARY: '#586069',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이런 미세한 오타를 발견해주시다니 👍👍👍

BTN_GREEN: '#2ea44f',
BTN_RED: '#d73a49',
OPEN_GREEN: '#28a745',
Expand All @@ -11,8 +11,10 @@ const theme = {
BG_COLOR01: '#fafbfc',
BG_COLOR02: '#f6f8fa',
BG_COLOR03: 'rgba(209,213,218,0.5)',
BORDER_COLOR: 'rgba(27,31,35,0.15)',
LIGHT_BLUE01: '#f1f8ff',
LIGHT_BLUE02: 'rgba(3,102,214,0.2)',
BLUE_SHADOW: 'rgba(3, 102, 214, 0.3)',
},
};

Expand Down