Skip to content

Commit

Permalink
KAD-3346 adv image reset button for some settings
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbert-hernandez committed Sep 24, 2024
1 parent 748c36e commit 44b92bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/blocks/image/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -1281,6 +1281,7 @@ export default function Image({
step={0.01}
min={0}
max={1}
reset={true}
/>
{'gradient' === overlayType && (
<GradientControl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,7 @@ class TypographyControls extends Component {
min={ -5 }
max={ 25 }
step={ 0.1 }
reset={true}
/>
) }
</>
Expand Down

0 comments on commit 44b92bc

Please sign in to comment.