aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesButtons.tsx
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-08-04 13:10:13 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-08-04 13:10:13 -0500
commit4051758f3cef5e353cb24c699f4594fa4be81758 (patch)
treec7a9c7937e0803f34889f109d7588dfe817d357d /src/client/views/PropertiesButtons.tsx
parent8192e058495155a056b83b701c90ac56115dda32 (diff)
several UI changes and consistency updates around the system
Diffstat (limited to 'src/client/views/PropertiesButtons.tsx')
-rw-r--r--src/client/views/PropertiesButtons.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/PropertiesButtons.tsx b/src/client/views/PropertiesButtons.tsx
index 37ee3d9e0..c25d58c60 100644
--- a/src/client/views/PropertiesButtons.tsx
+++ b/src/client/views/PropertiesButtons.tsx
@@ -563,7 +563,7 @@ export class PropertiesButtons extends React.Component<{}, {}> {
title={<><div className="dash-tooltip">{this.selectedDoc?._fitToBox ? "Stop Fitting Content" : "Fit Content"}</div></>} placement="top">
<div>
<div className={"propertiesButtons-linkButton-empty"}
- style={{ backgroundColor: this.selectedDoc?._fitToBox ? "#a0a0a0" : "" }}
+ style={{ backgroundColor: this.selectedDoc?._fitToBox ? "white" : "" }}
onPointerDown={this.changeFitToBox}>
{<FontAwesomeIcon className="documentdecorations-icon"
color={this.selectedDoc?._fitToBox ? "black" : "white"}