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

Update to New Squaremorphism UI #76

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/styles/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export const valid = {
}

export const invalid = {
outside: 'rgba(244, 179, 187, 0.65)',
inside: 'rgba(229, 27, 52, 0.65)',
outside: 'rgba(229, 27, 52, 0.65)',
inside: 'rgba(244, 179, 187, 0.65)',
Copy link
Member Author

@mu-hun mu-hun May 11, 2020

Choose a reason for hiding this comment

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

새로 설계한 UI에 맞춰 수정했습니다.

}

export const green = 'rgba(82, 196, 26, 0.85)'
Expand Down