Fixing some bugs
This commit is contained in:
@ -5,7 +5,7 @@ $on-background: white;
|
||||
$disabled-brightness: 1.1;
|
||||
|
||||
@mixin Elevation ($dp) {
|
||||
background: lighten($background, floor(($dp + 3) * 1%));
|
||||
background: lighten($background, 10% + floor($dp * .7%));
|
||||
z-index: $dp;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user