Skip to content

Commit ba0322d

Browse files
authored
Merge pull request #5312 from JetBrains/fix-kmp-video-aspect-ratio
Update video aspect ratio according to the new source
2 parents de0bb51 + 58508bb commit ba0322d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

blocks/multiplatform/videos/videos.module.css

Lines changed: 0 additions & 4 deletions
This file was deleted.

blocks/multiplatform/videos/videos.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { useTextStyles } from '@rescui/typography';
22
import { HighlightedBg } from '../highlighted-bg/highlighted-bg';
33
import { VideoBlock } from './video-block/video-block';
44

5-
import styles from './videos.module.css';
65

76
export function CoolVideos() {
87
const textCn = useTextStyles();
@@ -21,7 +20,6 @@ export function CoolVideos() {
2120
</VideoBlock>
2221

2322
<VideoBlock
24-
className={styles.composeHotReload}
2523
title={'Seamless tooling'}
2624
source={'https://resources.jetbrains.com/storage/products/kotlin/landings/kmp_compose_hot_reload.mp4'}
2725
iconPath={'/images/multiplatform/video-block/infinity.svg'}

0 commit comments

Comments
 (0)