Skip to content

Commit

Permalink
fix(subscribe bottom bar): added opacity (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
newick authored and JalilArfaoui committed Oct 7, 2019
1 parent e31c518 commit 089e390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/options/App/Onboarding/Subscribe/Subscribe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const BottomLineBg = styled.section`
flex-direction: column;
align-items: center;
justify-content: center;
background-color: #fafafa;
background-color: rgba(250, 250, 250, 0.9);
`;

const InfoLine = styled.p`
Expand Down

0 comments on commit 089e390

Please sign in to comment.