Skip to content

Commit

Permalink
fix: button opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
bualoy-napat committed Nov 13, 2024
1 parent b76451c commit dd07538
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ds-theme/src/custom-elements/ef-button.less
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
border-color: @comp-button-container-color-border-primary-disabled;
box-shadow: @comp-button-container-elevation-primary-disabled;
}
&[disabled] {
opacity: 1;
}

// TODO: cta + toggles

Expand Down

0 comments on commit dd07538

Please sign in to comment.