Skip to content

Commit

Permalink
🎨 - fix: fixed button disabled visual
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaohs committed Jul 19, 2024
1 parent d850ad6 commit 74ce824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/badge/badge.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
color: var(--mykn-badge-color);
align-items: center;
align-self: baseline; // Prevent the badge from unwanted stretching in flex content (use case: Kanban title toolbar).
border-radius: 10px;
border-radius: 2px;
display: inline-flex;
font-family: var(--typography-font-family-body);
font-size: var(--typography-font-size-body-xs);
Expand Down
2 changes: 1 addition & 1 deletion src/components/button/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
&--disabled {
--mykn-button-offset: 0 !important;
pointer-events: none;
opacity: 0.4;
opacity: 0.3;
}

&--align-start {
Expand Down

0 comments on commit 74ce824

Please sign in to comment.