feat(web): Rounded corners on selected assets (#3524)

* feat(web):  Rounded corners on selected assets

Add rounded corner on selected items and fix circle icon transparent background on selection

* refactor: Ran prettier to fix formatting issues
This commit is contained in:
Paul Thevenot 2023-08-03 16:11:21 +02:00 committed by GitHub
parent e4e049d040
commit 01210dceac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 3 deletions

View file

@ -10,6 +10,7 @@
export let enablePlayback = false;
export let playbackOnIconHover = false;
export let showTime = true;
export let curve = false;
export let playIcon = PlayCircleOutline;
export let pauseIcon = PauseCircleOutline;
@ -68,6 +69,7 @@
<video
bind:this={player}
class="h-full w-full object-cover"
class:rounded-xl={curve}
muted
autoplay
src={url}