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

feat: update button-link with new pattern #70

Merged
merged 2 commits into from
Jun 24, 2024

Conversation

sounmind
Copy link
Member

@sounmind sounmind commented Jun 23, 2024

Checklist before merging

  • Link an issue with the pull request
  • Ensure no errors or warnings on the browser console
  • Avoid additional major pushes after approval (if necessary, request a new review)

@sounmind sounmind requested a review from a team as a code owner June 23, 2024 03:21
@sounmind sounmind changed the title feat: add color global variables feat: update button-link with new pattern Jun 23, 2024
@sounmind sounmind force-pushed the 64-add-global-css-for-updated-figma-design branch from eef91cf to 663348f Compare June 23, 2024 03:32
@sounmind sounmind force-pushed the 44-organize-component-writing-styles branch 2 times, most recently from 7d434a2 to c0225c2 Compare June 23, 2024 03:37
@sounmind sounmind force-pushed the 44-organize-component-writing-styles branch from c0225c2 to 8955d8d Compare June 23, 2024 19:59
@@ -109,7 +26,7 @@ class ButtonLink extends HTMLElement {

if (this.hasAttribute("variant")) {
const variant = this.getAttribute("variant");
const validVariants = ["ghost", "secondary"];
const validVariants = ["ghost", "primary"];
Copy link
Contributor

Choose a reason for hiding this comment

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

variant 이름이 왜 자꾸 바뀌는 거에요? ㅋ

Copy link
Member Author

Choose a reason for hiding this comment

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

처음에 이 색이 회색이길래 primary인 줄 모르고 secondary로 지었다가, global variable에 아예 primary, secondary가 생겨서 이렇게 바꾸게 되었습니다...ㅋㅋ

@DaleSeo DaleSeo linked an issue Jun 23, 2024 that may be closed by this pull request
Copy link
Contributor

@SamTheKorean SamTheKorean left a comment

Choose a reason for hiding this comment

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

고생하셨습니다~!

Base automatically changed from 64-add-global-css-for-updated-figma-design to main June 24, 2024 14:17
@sounmind sounmind merged commit 8e3fe08 into main Jun 24, 2024
@sounmind sounmind deleted the 44-organize-component-writing-styles branch June 24, 2024 14:17
@sounmind sounmind linked an issue Jun 24, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make Link Button Responsive Organize Component Writing Styles
3 participants