Skip to content

Commit 4c90db4

Browse files
committed
Core FAB: use elevation
1 parent 16cec3a commit 4c90db4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/core/components/fab/fab-md.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
height: 56px;
88
border-radius: 28px;
99
color: #fff;
10-
.md-depth(3);
10+
.elevation(6);
1111
&.active-state {
1212
background: darken(@themeColor, 8%);
1313
}
@@ -75,7 +75,7 @@
7575
.fab-morph {
7676
border-radius: 28px;
7777
background: @themeColor;
78-
.md-depth(3);
78+
.elevation(6);
7979
> a {
8080
box-shadow: none;
8181
background: none !important;

0 commit comments

Comments
 (0)