Skip to content

Commit

Permalink
Merge pull request #28957 from Krishna2323/krishna2323/issue/28597
Browse files Browse the repository at this point in the history
fix: Workspaces - Cursor opacity is not reduced when checkbox is disabled
  • Loading branch information
chiragsalian authored Oct 6, 2023
2 parents c0fe505 + 0463750 commit 1b93fc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ function Checkbox(props) {
props.isChecked && styles.checkedContainer,
props.hasError && styles.borderColorDanger,
props.disabled && styles.cursorDisabled,
props.disabled && styles.buttonOpacityDisabled,
props.isChecked && styles.borderColorFocus,
]}
>
Expand Down

0 comments on commit 1b93fc9

Please sign in to comment.