Skip to content

Commit 6069d2a

Browse files
committed
add
1 parent b64b303 commit 6069d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Stepper/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export default function Stepper({
136136
}, [disabled, value, max, min, handleDecrementProps, handleIncrementBtProps]);
137137
useEffect(() => {
138138
if (value === 0) {
139-
const btStyle = { cursor: 'not-allowed' };
139+
const btStyle = { cursor: 'not-allowed', opacity: '0.2' };
140140
setMinusBt(btStyle);
141141
} else {
142142
setMinusBt({});

0 commit comments

Comments
 (0)