diff --git a/src/Zoom.js b/src/Zoom.js index 7c34272e..49e07b96 100644 --- a/src/Zoom.js +++ b/src/Zoom.js @@ -67,7 +67,7 @@ const Zoom = ({ columnCount, windowWidth }) => { title={"Zoom Out"} disabled={scaleDown * SCREENSHOT_WIDTH <= 100} > - – + {"–"} ); @@ -84,6 +84,7 @@ function Button({ ...props }) { border: "none", cursor: props.disabled ? "default" : "pointer", font: "inherit", + fontWeight: 'bold', outline: "inherit", background: "none", paddingLeft: 14,