Skip to content

Commit

Permalink
Improve readability of FiltersView
Browse files Browse the repository at this point in the history
  • Loading branch information
tadaskay committed Jun 2, 2020
1 parent bfcff99 commit 768cd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/consumer/FiltersView/FiltersView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Container = styled.div`
left: 0;
top: 0;
z-index: -1;
background: rgba(255, 255, 255, 0.9);
background: rgba(255, 255, 255, 0.95);
}
padding: 16px;
Expand Down

0 comments on commit 768cd0f

Please sign in to comment.