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

fix(comp:button): danger mode style error #957

Merged
merged 1 commit into from
Jun 15, 2022

Conversation

liuzaijiang
Copy link
Contributor

fix #955

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our guidelines
  • Tests for the changes have been added/updated or not needed
  • Docs and demo have been added/updated or not needed

What is the current behavior?

What is the new behavior?

Other information

@idux-bot
Copy link

idux-bot bot commented Jun 15, 2022

This preview will be available after the AzureCI is passed.

@codecov
Copy link

codecov bot commented Jun 15, 2022

Codecov Report

Merging #957 (8410168) into main (28b7031) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #957      +/-   ##
==========================================
- Coverage   92.77%   92.76%   -0.01%     
==========================================
  Files         692      692              
  Lines       67787    67819      +32     
  Branches     7928     7933       +5     
==========================================
+ Hits        62888    62911      +23     
- Misses       4899     4908       +9     
Impacted Files Coverage Δ
...ckages/components/table/src/main/head/HeadCell.tsx 78.26% <0.00%> (-3.65%) ⬇️
packages/pro/config/src/types.ts 100.00% <0.00%> (ø)
packages/components/table/src/types.ts 100.00% <0.00%> (ø)
packages/pro/config/src/defaultConfig.ts 100.00% <0.00%> (ø)
packages/components/tree/__tests__/tree.spec.ts 100.00% <0.00%> (ø)
packages/components/table/src/main/MainTable.tsx 88.79% <0.00%> (ø)
packages/components/table/src/main/head/Head.tsx 100.00% <0.00%> (ø)
...ackages/components/header/__tests__/header.spec.ts 100.00% <0.00%> (ø)
...s/components/tree/src/composables/useDataSource.ts 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 28b7031...8410168. Read the comment docs.

@danranVm danranVm merged commit 6fef486 into IDuxFE:main Jun 15, 2022
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.

[comp:button] abnormal style
2 participants