-
Notifications
You must be signed in to change notification settings - Fork 0
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
ボタンコンポーネントの実装 #21
ボタンコンポーネントの実装 #21
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM !
PR出すときに、tesso, toshi, sappi_redあたりを Reviewersに指定していただけると助かります!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PRつくるときは close #17
みたいにしておくとマージされたときにクローズされるのでそうしたほうがよいですね 😉
src/components/UI/BaseButton.vue
Outdated
justify-content: center; | ||
gap: 4px; | ||
padding: 4px 24px; | ||
border-radius: 5px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
デザインは確認してないのですが、これは意図して4の倍数とか偶数ではない値になってますか?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Figmaで5pxになっていたのでそのまま使ってしまったのですが、アイコンありだと6pxになっていたので6pxにしようと思います
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
もし縦幅が変わることで変化するなら、px指定じゃなくて%指定のが正しそうです
(どっちの意図かはわからないです)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
なるほどです🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
一か所見落としていた箇所がありました 🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:yosa::desu:
↑ みどりさんから approve もらえたので、問題がなければ マージボタン押して大丈夫です!! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
確認遅れてすみません、良さそうです:+1:
close #17