diff options
author | kimdahey <claire_kim1@brown.edu> | 2019-11-27 16:45:57 -0500 |
---|---|---|
committer | kimdahey <claire_kim1@brown.edu> | 2019-11-27 16:45:57 -0500 |
commit | b8fd7bee09ad06ca6ae8fb9e607bf54ca42d0fad (patch) | |
tree | d67896fc3528de55560eb17ca25e0d00b67f8258 /src/client/views/nodes/FormattedTextBox.tsx | |
parent | b9147cee91307242558d3a277601b1357a83f2e6 (diff) |
committing:w
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/FormattedTextBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.tsx b/src/client/views/nodes/FormattedTextBox.tsx index 657b4b406..bad912944 100644 --- a/src/client/views/nodes/FormattedTextBox.tsx +++ b/src/client/views/nodes/FormattedTextBox.tsx @@ -1091,7 +1091,7 @@ export class FormattedTextBox extends DocAnnotatableComponent<(FieldViewProps & e.stopPropagation(); }} > <FontAwesomeIcon className="formattedTExtBox-audioFont" - style={{ color: this._recording ? "red" : "blue", opacity: this._recording ? 1 : 0.2 }} icon={"microphone"} size="sm" /> + style={{ color: this._recording ? "red" : "blue", opacity: this._recording ? 1 : 0.5 }} icon={"microphone"} size="sm" /> </div> </div> ); |