Skip to content

Commit

Permalink
Fix global player border radius
Browse files Browse the repository at this point in the history
Refactor Global layout to use CSS grid

Signed-off-by: Olga Bulat <obulat@gmail.com>
  • Loading branch information
obulat committed Nov 7, 2023
1 parent cc092fb commit 4e136d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/VAudioTrack/VGlobalAudioTrack.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div
class="audio-track relative rounded"
class="audio-track relative rounded border border-dark-charcoal border-opacity-20"
:aria-label="ariaLabel"
role="region"
>
Expand Down

0 comments on commit 4e136d0

Please sign in to comment.