Skip to content

Commit

Permalink
fix(FEC-8771): cvaa - background opacity does not have specific class (
Browse files Browse the repository at this point in the history
  • Loading branch information
odedhutzler committed Dec 19, 2018
1 parent a7d2bb8 commit 7665b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/cvaa-overlay/cvaa-overlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ class CVAAOverlay extends BaseComponent {
</label>
<DropDown onSelect={backgroundColor => this.changeCustomStyle({backgroundColor})} options={backgroundColorOptions} />
</div>
<div className={[style.formGroupRow, style.backgrouOpacity].join(' ')}>
<div className={[style.formGroupRow, style.backgroundOpacity].join(' ')}>
<label>
<Text id={'cvaa.background_opacity_label'} />
</label>
Expand Down

0 comments on commit 7665b51

Please sign in to comment.