Skip to content

Commit

Permalink
fix(player): video border radius cssvar should apply to controls
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Jun 7, 2024
1 parent 008141d commit bb19e05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vidstack/styles/player/default/layouts/video.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
*/

:where(.vds-video-layout .vds-controls[data-visible]) {
border-radius: var(--video-border-radius, 6px);
background-image: linear-gradient(
to top,
rgb(0 0 0 / 0.6),
Expand Down

0 comments on commit bb19e05

Please sign in to comment.