Skip to content

Commit 94f9d92

Browse files
committed
fix: fix splash not changing the colors properly
1 parent 764f3dc commit 94f9d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/components/SplashContainer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
.splash-container {
5151
margin: auto;
5252
padding: 16px;
53-
transition: opacity .45s $md-transition-default-timing;
53+
transition: opacity .05s $md-transition-default-timing;
5454
will-change: opacity;
5555
}
5656

0 commit comments

Comments
 (0)