Skip to content

Commit

Permalink
Lower the ring width to 1px (from 1.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Nov 7, 2023
1 parent f7f1388 commit 7b70ecf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div
class="global-track grid w-full grid-cols-[3rem,1fr] grid-rows-[3rem,3rem] rounded ring ring-dark-charcoal ring-opacity-20"
class="global-track grid w-full grid-cols-[3rem,1fr] grid-rows-[3rem,3rem] rounded ring-1 ring-dark-charcoal ring-opacity-20"
>
<div class="h-12 w-12 rounded-ss">
<VAudioThumbnail class="rounded-ss" :audio="audio" />
Expand Down
1 change: 1 addition & 0 deletions frontend/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export default {
ringWidth: {
DEFAULT: "1.5px", // aka slim
bold: "3.0px",
1: "1px",
0: "0",
},
borderWidth: {
Expand Down

0 comments on commit 7b70ecf

Please sign in to comment.