Skip to content

Commit f4df972

Browse files
committed
made outline of pause thinner
1 parent fcdabef commit f4df972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/PlayPause.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<svg
5959
fill={playing ? 'inherit' : 'currentColor'}
6060
stroke={playing ? 'currentColor' : 'inherit'}
61-
stroke-width="10"
61+
stroke-width="5"
6262
class:play={!playing}
6363
version="1.1"
6464
xmlns="http://www.w3.org/2000/svg"

0 commit comments

Comments
 (0)