mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 10:07:35 +00:00
Make zoom text bold
This commit is contained in:
parent
c471df46ab
commit
d69b7cc835
1 changed files with 2 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ const Zoom = ({ columnCount, windowWidth }) => {
|
|||
title={"Zoom Out"}
|
||||
disabled={scaleDown * SCREENSHOT_WIDTH <= 100}
|
||||
>
|
||||
–
|
||||
{"–"}
|
||||
</Button>
|
||||
</div>
|
||||
);
|
||||
|
|
@ -84,6 +84,7 @@ function Button({ ...props }) {
|
|||
border: "none",
|
||||
cursor: props.disabled ? "default" : "pointer",
|
||||
font: "inherit",
|
||||
fontWeight: 'bold',
|
||||
outline: "inherit",
|
||||
background: "none",
|
||||
paddingLeft: 14,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue