fix: reduced the size of play button in video block

This commit is contained in:
Jannat Patel
2025-04-25 17:49:07 +05:30
parent e513993a0d
commit 5893e02c48
3 changed files with 5 additions and 6 deletions

View File

@@ -16,12 +16,12 @@
@click="playVideo"
>
<div
class="rounded-full p-5 pl-6"
class="rounded-full p-4 pl-4.5"
style="
background: radial-gradient(
circle,
rgba(0, 0, 0, 0.4) 0%,
rgba(0, 0, 0, 0.5) 50%
rgba(0, 0, 0, 0.3) 0%,
rgba(0, 0, 0, 0.4) 50%
);
"
>