Skip to content

Commit

Permalink
fix: fix fab dropshadow on darker backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor committed Nov 13, 2018
1 parent 5aa84c1 commit 9cc0800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/discussion-fab/DiscussionFab.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
outline: 0;
background-color: var(--color-white);
border-radius: 50%;
box-shadow: 0 1.1rem 2.5rem 0 var(--color-geyser);
box-shadow: 0 1rem 2.5rem 0 rgba(45, 65, 85, 0.25);
color: var(--color-science-blue);
cursor: pointer;
transition-property: background-color, color;
Expand Down

0 comments on commit 9cc0800

Please sign in to comment.