Skip to content

Commit 8789b2f

Browse files
committed
fix(speeddial): back drop color fix for N 8
1 parent 4ba8048 commit 8789b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/speeddial/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ export class SpeedDial extends SpeedDialItemBase {
443443
.concat([
444444
{
445445
target: this.backDrop,
446-
backgroundColor: new Color('#99000000'),
446+
backgroundColor: new Color('#00000099'),
447447
curve: AnimationCurve.easeInOut,
448448
duration
449449
}

0 commit comments

Comments
 (0)