Skip to content

Commit

Permalink
fix: Workspaces - Cursor opacity is not reduced when checkbox is disa…
Browse files Browse the repository at this point in the history
…bled.

Signed-off-by: Krishna Gupta <[email protected]>
  • Loading branch information
Krishna2323 committed Oct 5, 2023
1 parent cec77d2 commit 0463750
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 0463750

Please sign in to comment.