Remove 1px gap in s size AlphaButton#2484
Merged
yangwooseong merged 2 commits intochannel-io:mainfrom Nov 6, 2024
Merged
Conversation
🦋 Changeset detectedLatest commit: 6a5a455 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2484 +/- ##
=======================================
Coverage 83.28% 83.28%
=======================================
Files 141 141
Lines 2943 2943
Branches 899 899
=======================================
Hits 2451 2451
Misses 487 487
Partials 5 5 ☔ View full report in Codecov by Sentry. |
Contributor
Chromatic Report🚀 Congratulations! Your build was successful! |
sungik-choi
approved these changes
Nov 5, 2024
yangwooseong
pushed a commit
that referenced
this pull request
Nov 6, 2024
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @channel.io/bezier-react@2.4.0 ### Minor Changes - The use client directive has been added at the top of all components inside @channel.io/bezier-react. ([#2468](#2468)) by @nayounsang ### Patch Changes - Remove 1px gap between icon and text in `s` size `AlphaButton`, `AlphaFloatingButton`. ([#2484](#2484)) by @yangwooseong - Apply hovered color token for `AlphaButton`, `AlphaFloatingButton`, and `AlphaFloatingIconButton`. ([#2471](#2471)) by @yangwooseong - Add `ToggleEmojiButtonGroup` and `ToggleEmojiButtonSource` component. ([#2301](#2301)) by @yangwooseong - Updated dependencies - @channel.io/bezier-tokens@0.2.11 ## @channel.io/bezier-tokens@0.2.11 ### Patch Changes - Change `alpha-color-green-300-0` alpha token. ([#2471](#2471)) by @yangwooseong Modify hovered color generating formula so that they are more visible in dark theme. ## @channel.io/stylelint-bezier@0.2.5 ### Patch Changes - Updated dependencies - @channel.io/bezier-tokens@0.2.11 ## bezier-figma-plugin@0.6.13 ### Patch Changes - Updated dependencies - @channel.io/bezier-react@2.4.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Self Checklist
Related Issue
Summary
s사이즈의AlphaButton,AlphaFloatingButton에 있는 1px 갭을 제거합니다.Details
Breaking change? (Yes/No)
References