smoothen button icon interactions

This commit is contained in:
geoffrey45
2022-09-06 21:19:35 +03:00
parent 6e46750270
commit befdf383b6
4 changed files with 78 additions and 40 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
<template>
<button
class="play-btn rounded-md"
class="play-btn"
@click="usePlayFrom(source, useQStore, store)"
>
<PlaySvg />
@@ -26,5 +26,6 @@ defineProps<{
.play-btn {
aspect-ratio: 1;
padding: 0;
border-radius: 0.65rem;
}
</style>