Skip to content

Commit

Permalink
fix(input): label style and background color fixed (Trendyol#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
muratcorlu authored Apr 5, 2023
1 parent d480d46 commit 0179f78
Show file tree
Hide file tree
Showing 14 changed files with 521 additions and 445 deletions.
1 change: 1 addition & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: npm run test
- name: Create coverage artifact
uses: actions/upload-artifact@master
if: always()
with:
name: test-coverage-report
path: coverage/
1 change: 1 addition & 0 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const extraPaddingForChromatic = makeDecorator({
const decoratedStory = html`
${isChromatic() ? html`<style>
.chromatic-wrapper {
display: inline-block;
padding: 25px;
}
</style>` : html``}
Expand Down
Loading

0 comments on commit 0179f78

Please sign in to comment.