mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix(runes): set default dark gray color to modal before the image loads
This commit is contained in:
parent
f3ee03e060
commit
c1cbfd8514
1 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@
|
|||
>
|
||||
<div
|
||||
v-if="runesOpen"
|
||||
class="relative overflow-hidden rounded-md shadow-lg"
|
||||
class="relative overflow-hidden bg-gray-900 rounded-md shadow-lg"
|
||||
style="width: 800px; height: 500px"
|
||||
>
|
||||
<LazyBackground
|
||||
|
|
@ -38,8 +38,8 @@
|
|||
"
|
||||
image-class="absolute inset-0"
|
||||
more-backgrounds="linear-gradient(rgba(26, 32, 44, 0.6), rgba(26, 32, 44, 0.8)),"
|
||||
style="filter: blur(2px)"
|
||||
transition-name="fade-fast"
|
||||
style="filter: blur(2px)"
|
||||
>
|
||||
</LazyBackground>
|
||||
<div class="relative flex items-start h-full px-4 py-2">
|
||||
|
|
|
|||
Loading…
Reference in a new issue