Skip to content

Commit

Permalink
feat: enable light mode on shorts video
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorreem committed Dec 27, 2024
1 parent 511b77b commit 2bba407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/resources/ResourceShortVideo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ export const ResourceShortVideo = (props: ResourceShortVideoProps) => {
eventData={eventData}
eventPrefix="RESOURCE_SHORT"
autoplay={true}
lightMode={true}
/>
<Typography sx={{ my: '1rem !important' }}>
{t.rich('videoTranscriptLink', {
Expand Down

0 comments on commit 2bba407

Please sign in to comment.